Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpcEndpointResponse
Packages that use CreateVpcEndpointResponse
-
Uses of CreateVpcEndpointResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpcEndpointResponseModifier and TypeMethodDescriptiondefault CreateVpcEndpointResponseEc2Client.createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest) Creates a VPC endpoint.default CreateVpcEndpointResponseEc2Client.createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest) Creates a VPC endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVpcEndpointResponseModifier and TypeMethodDescriptionEc2AsyncClient.createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest) Creates a VPC endpoint.Ec2AsyncClient.createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest) Creates a VPC endpoint.