Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateVpcPeeringConnectionResult |
AmazonEC2Client.createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that
you own and a peer VPC with which to create the connection.
|
CreateVpcPeeringConnectionResult |
AmazonEC2.createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that
you own and a peer VPC with which to create the connection.
|
CreateVpcPeeringConnectionResult |
AbstractAmazonEC2.createVpcPeeringConnection(CreateVpcPeeringConnectionRequest request) |
java.util.concurrent.Future<CreateVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest request) |
java.util.concurrent.Future<CreateVpcPeeringConnectionResult> |
AmazonEC2Async.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that
you own and a peer VPC with which to create the connection.
|
java.util.concurrent.Future<CreateVpcPeeringConnectionResult> |
AbstractAmazonEC2Async.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest request) |
java.util.concurrent.Future<CreateVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest request,
AsyncHandler<CreateVpcPeeringConnectionRequest,CreateVpcPeeringConnectionResult> asyncHandler) |
java.util.concurrent.Future<CreateVpcPeeringConnectionResult> |
AmazonEC2Async.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest,
AsyncHandler<CreateVpcPeeringConnectionRequest,CreateVpcPeeringConnectionResult> asyncHandler)
Requests a VPC peering connection between two VPCs: a requester VPC that
you own and a peer VPC with which to create the connection.
|
java.util.concurrent.Future<CreateVpcPeeringConnectionResult> |
AbstractAmazonEC2Async.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest request,
AsyncHandler<CreateVpcPeeringConnectionRequest,CreateVpcPeeringConnectionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.clone() |
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerOwnerId(java.lang.String peerOwnerId)
The AWS account ID of the owner of the peer VPC.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerVpcId(java.lang.String peerVpcId)
The ID of the VPC with which you are creating the VPC peering connection.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withVpcId(java.lang.String vpcId)
The ID of the requester VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcPeeringConnectionRequest> |
CreateVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcPeeringConnectionRequest> |
CreateVpcPeeringConnectionRequestMarshaller.marshall(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcPeeringConnectionRequest> |
CreateVpcPeeringConnectionRequestMarshaller.marshall(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest) |