Uses of Class
software.amazon.awssdk.services.ec2.model.VpcEndpointConnection
-
Packages that use VpcEndpointConnection Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of VpcEndpointConnection in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEndpointConnection Modifier and Type Method Description List<VpcEndpointConnection>DescribeVpcEndpointConnectionsResponse. vpcEndpointConnections()Information about the VPC endpoint connections.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEndpointConnection Modifier and Type Method Description DescribeVpcEndpointConnectionsResponse.BuilderDescribeVpcEndpointConnectionsResponse.Builder. vpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections)Information about the VPC endpoint connections.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEndpointConnection Modifier and Type Method Description DescribeVpcEndpointConnectionsResponse.BuilderDescribeVpcEndpointConnectionsResponse.Builder. vpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)Information about the VPC endpoint connections. -
Uses of VpcEndpointConnection in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type VpcEndpointConnection Modifier and Type Method Description SdkIterable<VpcEndpointConnection>DescribeVpcEndpointConnectionsIterable. vpcEndpointConnections()Returns an iterable to iterate through the paginatedDescribeVpcEndpointConnectionsResponse.vpcEndpointConnections()member.SdkPublisher<VpcEndpointConnection>DescribeVpcEndpointConnectionsPublisher. vpcEndpointConnections()Returns a publisher that can be used to get a stream of data.
-