Uses of Class
software.amazon.awssdk.services.ec2.model.VpcEndpointConnection
Packages that use VpcEndpointConnection
Package
Description
-
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 VpcEndpointConnectionModifier and TypeMethodDescriptionfinal List<VpcEndpointConnection>DescribeVpcEndpointConnectionsResponse.vpcEndpointConnections()Information about the VPC endpoint connections.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEndpointConnectionModifier and TypeMethodDescriptionDescribeVpcEndpointConnectionsResponse.Builder.vpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections) Information about the VPC endpoint connections.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEndpointConnectionModifier and TypeMethodDescriptionDescribeVpcEndpointConnectionsResponse.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 VpcEndpointConnectionModifier and TypeMethodDescriptionfinal SdkIterable<VpcEndpointConnection>DescribeVpcEndpointConnectionsIterable.vpcEndpointConnections()Returns an iterable to iterate through the paginatedDescribeVpcEndpointConnectionsResponse.vpcEndpointConnections()member.DescribeVpcEndpointConnectionsPublisher.vpcEndpointConnections()Returns a publisher that can be used to get a stream of data.