| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice |
Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all
of your services across multiple accounts and virtual private clouds (VPCs).
|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
GetServiceNetworkVpcAssociationResult |
AmazonVPCLatticeClient.getServiceNetworkVpcAssociation(GetServiceNetworkVpcAssociationRequest request)
Retrieves information about the association between a service network and a VPC.
|
GetServiceNetworkVpcAssociationResult |
AbstractAmazonVPCLattice.getServiceNetworkVpcAssociation(GetServiceNetworkVpcAssociationRequest request) |
GetServiceNetworkVpcAssociationResult |
AmazonVPCLattice.getServiceNetworkVpcAssociation(GetServiceNetworkVpcAssociationRequest getServiceNetworkVpcAssociationRequest)
Retrieves information about the association between a service network and a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.clone() |
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withCreatedAt(Date createdAt)
The date and time that the association was created, specified in ISO-8601 format.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withCreatedBy(String createdBy)
The account that created the association.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withFailureCode(String failureCode)
The failure code.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withFailureMessage(String failureMessage)
The failure message.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withId(String id)
The ID of the specified association between the service network and the VPC.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withServiceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withServiceNetworkId(String serviceNetworkId)
The ID of the service network.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withServiceNetworkName(String serviceNetworkName)
The name of the service network.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withStatus(ServiceNetworkVpcAssociationStatus status)
The status of the association.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withStatus(String status)
The status of the association.
|
GetServiceNetworkVpcAssociationResult |
GetServiceNetworkVpcAssociationResult.withVpcId(String vpcId)
The ID of the VPC.
|
Copyright © 2023. All rights reserved.