| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.clone() |
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withCreatedAt(Date createdAt)
The date and time that the association was created, specified in ISO-8601 format.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withCreatedBy(String createdBy)
The account that created the association.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withId(String id)
The ID of the association.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withServiceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withServiceNetworkId(String serviceNetworkId)
The ID of the service network.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withServiceNetworkName(String serviceNetworkName)
The name of the service network.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withStatus(ServiceNetworkVpcAssociationStatus status)
The status.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withStatus(String status)
The status.
|
ServiceNetworkVpcAssociationSummary |
ServiceNetworkVpcAssociationSummary.withVpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceNetworkVpcAssociationSummary> |
ListServiceNetworkVpcAssociationsResult.getItems()
Information about the associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceNetworkVpcAssociationsResult |
ListServiceNetworkVpcAssociationsResult.withItems(ServiceNetworkVpcAssociationSummary... items)
Information about the associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceNetworkVpcAssociationsResult.setItems(Collection<ServiceNetworkVpcAssociationSummary> items)
Information about the associations.
|
ListServiceNetworkVpcAssociationsResult |
ListServiceNetworkVpcAssociationsResult.withItems(Collection<ServiceNetworkVpcAssociationSummary> items)
Information about the associations.
|
Copyright © 2023. All rights reserved.