Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointAssociationsResponse
-
Packages that use DescribeVpcEndpointAssociationsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DescribeVpcEndpointAssociationsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeVpcEndpointAssociationsResponse Modifier and Type Method Description default DescribeVpcEndpointAssociationsResponseEc2Client. describeVpcEndpointAssociations(Consumer<DescribeVpcEndpointAssociationsRequest.Builder> describeVpcEndpointAssociationsRequest)Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint.default DescribeVpcEndpointAssociationsResponseEc2Client. describeVpcEndpointAssociations(DescribeVpcEndpointAssociationsRequest describeVpcEndpointAssociationsRequest)Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeVpcEndpointAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeVpcEndpointAssociationsResponse>Ec2AsyncClient. describeVpcEndpointAssociations(Consumer<DescribeVpcEndpointAssociationsRequest.Builder> describeVpcEndpointAssociationsRequest)Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint.default CompletableFuture<DescribeVpcEndpointAssociationsResponse>Ec2AsyncClient. describeVpcEndpointAssociations(DescribeVpcEndpointAssociationsRequest describeVpcEndpointAssociationsRequest)Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint.
-