Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteVpcEndpointsResponse
-
Packages that use DeleteVpcEndpointsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DeleteVpcEndpointsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteVpcEndpointsResponse Modifier and Type Method Description default DeleteVpcEndpointsResponseEc2Client. deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest)Deletes the specified VPC endpoints.default DeleteVpcEndpointsResponseEc2Client. deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)Deletes the specified VPC endpoints.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteVpcEndpointsResponse Modifier and Type Method Description default CompletableFuture<DeleteVpcEndpointsResponse>Ec2AsyncClient. deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest)Deletes the specified VPC endpoints.default CompletableFuture<DeleteVpcEndpointsResponse>Ec2AsyncClient. deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)Deletes the specified VPC endpoints.
-