Uses of Class
com.amazonaws.services.ec2.model.AcceptVpcPeeringConnectionResult
Packages that use AcceptVpcPeeringConnectionResult
-
Uses of AcceptVpcPeeringConnectionResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AcceptVpcPeeringConnectionResultModifier and TypeMethodDescriptionAbstractAmazonEC2.acceptVpcPeeringConnection()
AbstractAmazonEC2.acceptVpcPeeringConnection
(AcceptVpcPeeringConnectionRequest request) AmazonEC2.acceptVpcPeeringConnection()
Simplified method form for invoking the AcceptVpcPeeringConnection operation.AmazonEC2.acceptVpcPeeringConnection
(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest) Accept a VPC peering connection request.AmazonEC2Client.acceptVpcPeeringConnection()
AmazonEC2Client.acceptVpcPeeringConnection
(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest) Accept a VPC peering connection request.Methods in com.amazonaws.services.ec2 that return types with arguments of type AcceptVpcPeeringConnectionResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.acceptVpcPeeringConnectionAsync()
Simplified method form for invoking the AcceptVpcPeeringConnection operation.AbstractAmazonEC2Async.acceptVpcPeeringConnectionAsync
(AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the AcceptVpcPeeringConnection operation with an AsyncHandler.AbstractAmazonEC2Async.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest request) AbstractAmazonEC2Async.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest request, AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) AmazonEC2Async.acceptVpcPeeringConnectionAsync()
Simplified method form for invoking the AcceptVpcPeeringConnection operation.AmazonEC2Async.acceptVpcPeeringConnectionAsync
(AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the AcceptVpcPeeringConnection operation with an AsyncHandler.AmazonEC2Async.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest) Accept a VPC peering connection request.AmazonEC2Async.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest, AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Accept a VPC peering connection request.AmazonEC2AsyncClient.acceptVpcPeeringConnectionAsync()
Simplified method form for invoking the AcceptVpcPeeringConnection operation.AmazonEC2AsyncClient.acceptVpcPeeringConnectionAsync
(AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the AcceptVpcPeeringConnection operation with an AsyncHandler.AmazonEC2AsyncClient.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest request) AmazonEC2AsyncClient.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest request, AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AcceptVpcPeeringConnectionResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.acceptVpcPeeringConnectionAsync
(AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the AcceptVpcPeeringConnection operation with an AsyncHandler.AbstractAmazonEC2Async.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest request, AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) AmazonEC2Async.acceptVpcPeeringConnectionAsync
(AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the AcceptVpcPeeringConnection operation with an AsyncHandler.AmazonEC2Async.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest, AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Accept a VPC peering connection request.AmazonEC2AsyncClient.acceptVpcPeeringConnectionAsync
(AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the AcceptVpcPeeringConnection operation with an AsyncHandler.AmazonEC2AsyncClient.acceptVpcPeeringConnectionAsync
(AcceptVpcPeeringConnectionRequest request, AsyncHandler<AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult> asyncHandler) -
Uses of AcceptVpcPeeringConnectionResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AcceptVpcPeeringConnectionResultModifier and TypeMethodDescriptionAcceptVpcPeeringConnectionResult.clone()
AcceptVpcPeeringConnectionResult.withVpcPeeringConnection
(VpcPeeringConnection vpcPeeringConnection) Information about the VPC peering connection.