Uses of Class
software.amazon.awssdk.services.ec2.model.VpcEndpoint
Packages that use VpcEndpoint
Package
Description
-
Uses of VpcEndpoint in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEndpointModifier and TypeMethodDescriptionfinal VpcEndpointCreateVpcEndpointResponse.vpcEndpoint()Information about the endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEndpointModifier and TypeMethodDescriptionfinal List<VpcEndpoint>DescribeVpcEndpointsResponse.vpcEndpoints()Information about the VPC endpoints.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEndpointModifier and TypeMethodDescriptionCreateVpcEndpointResponse.Builder.vpcEndpoint(VpcEndpoint vpcEndpoint) Information about the endpoint.DescribeVpcEndpointsResponse.Builder.vpcEndpoints(VpcEndpoint... vpcEndpoints) Information about the VPC endpoints.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEndpointModifier and TypeMethodDescriptionDescribeVpcEndpointsResponse.Builder.vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints) Information about the VPC endpoints. -
Uses of VpcEndpoint in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type VpcEndpointModifier and TypeMethodDescriptionfinal SdkIterable<VpcEndpoint>DescribeVpcEndpointsIterable.vpcEndpoints()Returns an iterable to iterate through the paginatedDescribeVpcEndpointsResponse.vpcEndpoints()member.final SdkPublisher<VpcEndpoint>DescribeVpcEndpointsPublisher.vpcEndpoints()Returns a publisher that can be used to get a stream of data.