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 DeleteVpcPeeringConnectionResultAbstractAmazonEC2. deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest request)DeleteVpcPeeringConnectionResultAmazonEC2. deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)Deletes a VPC peering connection.DeleteVpcPeeringConnectionResultAmazonEC2Client. 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 DeleteVpcPeeringConnectionResultDeleteVpcPeeringConnectionResult. clone()DeleteVpcPeeringConnectionResultDeleteVpcPeeringConnectionResult. withReturn(Boolean returnValue)Returnstrueif the request succeeds; otherwise, it returns an error.
-