| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.clone() |
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withCreatedAt(Date createdAt)
The date and time that the association was created, specified in ISO-8601 format.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withCreatedBy(String createdBy)
The account that created the association.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withCustomDomainName(String customDomainName)
The custom domain name of the service.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withDnsEntry(DnsEntry dnsEntry)
DNS information about the service.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withId(String id)
The ID of the association.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withServiceId(String serviceId)
The ID of the service.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withServiceName(String serviceName)
The name of the service.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withServiceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withServiceNetworkId(String serviceNetworkId)
The ID of the service network.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withServiceNetworkName(String serviceNetworkName)
The name of the service network.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withStatus(ServiceNetworkServiceAssociationStatus status)
The status.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withStatus(String status)
The status.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceNetworkServiceAssociationSummary> |
ListServiceNetworkServiceAssociationsResult.getItems()
Information about the associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceNetworkServiceAssociationsResult |
ListServiceNetworkServiceAssociationsResult.withItems(ServiceNetworkServiceAssociationSummary... items)
Information about the associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceNetworkServiceAssociationsResult.setItems(Collection<ServiceNetworkServiceAssociationSummary> items)
Information about the associations.
|
ListServiceNetworkServiceAssociationsResult |
ListServiceNetworkServiceAssociationsResult.withItems(Collection<ServiceNetworkServiceAssociationSummary> items)
Information about the associations.
|
Copyright © 2023. All rights reserved.