Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse
Packages that use DescribeVpcEndpointConnectionsResponse
Package
Description
-
Uses of DescribeVpcEndpointConnectionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeVpcEndpointConnectionsResponseModifier and TypeMethodDescriptionEc2Client.describeVpcEndpointConnections()Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.Ec2Client.describeVpcEndpointConnections(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest) Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.Ec2Client.describeVpcEndpointConnections(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest) Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeVpcEndpointConnectionsResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeVpcEndpointConnections()Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.Ec2AsyncClient.describeVpcEndpointConnections(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest) Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.Ec2AsyncClient.describeVpcEndpointConnections(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest) Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance. -
Uses of DescribeVpcEndpointConnectionsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeVpcEndpointConnectionsResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeVpcEndpointConnectionsResponseModifier and TypeMethodDescriptionvoidDescribeVpcEndpointConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeVpcEndpointConnectionsResponse> subscriber)