Uses of Class
com.amazonaws.services.ec2.model.DeleteVpcEndpointsResult
-
Packages that use DeleteVpcEndpointsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteVpcEndpointsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteVpcEndpointsResult Modifier and Type Method Description DeleteVpcEndpointsResult
AbstractAmazonEC2. deleteVpcEndpoints(DeleteVpcEndpointsRequest request)
DeleteVpcEndpointsResult
AmazonEC2. deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)
Deletes one or more specified VPC endpoints.DeleteVpcEndpointsResult
AmazonEC2Client. deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)
Deletes one or more specified VPC endpoints.Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpcEndpointsResult 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 DeleteVpcEndpointsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteVpcEndpointsResult Modifier and Type Method Description DeleteVpcEndpointsResult
DeleteVpcEndpointsResult. clone()
DeleteVpcEndpointsResult
DeleteVpcEndpointsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.DeleteVpcEndpointsResult
DeleteVpcEndpointsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
-