Uses of Class
com.amazonaws.services.ec2.model.DeleteVpcPeeringConnectionResult
-
Packages that use DeleteVpcPeeringConnectionResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteVpcPeeringConnectionResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteVpcPeeringConnectionResult Modifier and Type Method Description DeleteVpcPeeringConnectionResult
AbstractAmazonEC2. deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest request)
DeleteVpcPeeringConnectionResult
AmazonEC2. deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.DeleteVpcPeeringConnectionResult
AmazonEC2Client. deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpcPeeringConnectionResult Modifier and Type Method Description Future<DeleteVpcPeeringConnectionResult>
AbstractAmazonEC2Async. deleteVpcPeeringConnectionAsync(DeleteVpcPeeringConnectionRequest request, AsyncHandler<DeleteVpcPeeringConnectionRequest,DeleteVpcPeeringConnectionResult> asyncHandler)
Future<DeleteVpcPeeringConnectionResult>
AmazonEC2Async. deleteVpcPeeringConnectionAsync(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest, AsyncHandler<DeleteVpcPeeringConnectionRequest,DeleteVpcPeeringConnectionResult> asyncHandler)
Deletes a VPC peering connection.Future<DeleteVpcPeeringConnectionResult>
AmazonEC2AsyncClient. deleteVpcPeeringConnectionAsync(DeleteVpcPeeringConnectionRequest request, AsyncHandler<DeleteVpcPeeringConnectionRequest,DeleteVpcPeeringConnectionResult> asyncHandler)
-
Uses of DeleteVpcPeeringConnectionResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteVpcPeeringConnectionResult Modifier and Type Method Description DeleteVpcPeeringConnectionResult
DeleteVpcPeeringConnectionResult. clone()
DeleteVpcPeeringConnectionResult
DeleteVpcPeeringConnectionResult. withReturn(Boolean returnValue)
Returnstrue
if the request succeeds; otherwise, it returns an error.
-