Uses of Class
software.amazon.awssdk.services.ec2.model.VpcEndpointAssociation
-
Packages that use VpcEndpointAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcEndpointAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEndpointAssociation Modifier and Type Method Description List<VpcEndpointAssociation>DescribeVpcEndpointAssociationsResponse. vpcEndpointAssociations()Details of the endpoint associations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEndpointAssociation Modifier and Type Method Description DescribeVpcEndpointAssociationsResponse.BuilderDescribeVpcEndpointAssociationsResponse.Builder. vpcEndpointAssociations(VpcEndpointAssociation... vpcEndpointAssociations)Details of the endpoint associations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEndpointAssociation Modifier and Type Method Description DescribeVpcEndpointAssociationsResponse.BuilderDescribeVpcEndpointAssociationsResponse.Builder. vpcEndpointAssociations(Collection<VpcEndpointAssociation> vpcEndpointAssociations)Details of the endpoint associations.
-