Uses of Class
com.amazonaws.services.ec2.model.DeleteVpcEndpointsRequest
-
Packages that use DeleteVpcEndpointsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteVpcEndpointsRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpcEndpointsRequest Modifier and Type Method Description Future<DeleteVpcEndpointsResult>AbstractAmazonEC2Async. deleteVpcEndpointsAsync(DeleteVpcEndpointsRequest request, AsyncHandler<DeleteVpcEndpointsRequest,DeleteVpcEndpointsResult> asyncHandler)Future<DeleteVpcEndpointsResult>AmazonEC2Async. deleteVpcEndpointsAsync(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest, AsyncHandler<DeleteVpcEndpointsRequest,DeleteVpcEndpointsResult> asyncHandler)Deletes one or more specified VPC endpoints.Future<DeleteVpcEndpointsResult>AmazonEC2AsyncClient. deleteVpcEndpointsAsync(DeleteVpcEndpointsRequest request, AsyncHandler<DeleteVpcEndpointsRequest,DeleteVpcEndpointsResult> asyncHandler) -
Uses of DeleteVpcEndpointsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteVpcEndpointsRequest Modifier and Type Method Description DeleteVpcEndpointsRequestDeleteVpcEndpointsRequest. clone()DeleteVpcEndpointsRequestDeleteVpcEndpointsRequest. withVpcEndpointIds(String... vpcEndpointIds)One or more endpoint IDs.DeleteVpcEndpointsRequestDeleteVpcEndpointsRequest. withVpcEndpointIds(Collection<String> vpcEndpointIds)One or more endpoint IDs.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteVpcEndpointsRequest Modifier and Type Method Description Request<DeleteVpcEndpointsRequest>DeleteVpcEndpointsRequest. getDryRunRequest()This method is intended for internal use only.
-