Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.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.
|
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.
|
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerOwnerId(String peerOwnerId)
The AWS account ID of the owner of the peer VPC.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerVpcId(String peerVpcId)
The ID of the VPC with which you are creating the VPC peering
connection.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withVpcId(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.
|
Copyright © 2015. All rights reserved.