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