Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteVpcEndpointsResult> |
AbstractAmazonEC2Async.deleteVpcEndpointsAsync(DeleteVpcEndpointsRequest request,
AsyncHandler<DeleteVpcEndpointsRequest,DeleteVpcEndpointsResult> asyncHandler) |
Future<DeleteVpcEndpointsResult> |
AmazonEC2AsyncClient.deleteVpcEndpointsAsync(DeleteVpcEndpointsRequest request,
AsyncHandler<DeleteVpcEndpointsRequest,DeleteVpcEndpointsResult> asyncHandler) |
Future<DeleteVpcEndpointsResult> |
AmazonEC2Async.deleteVpcEndpointsAsync(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest,
AsyncHandler<DeleteVpcEndpointsRequest,DeleteVpcEndpointsResult> asyncHandler)
Deletes one or more specified VPC endpoints.
|
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.clone() |
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
Copyright © 2018. All rights reserved.