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