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 |
---|---|
DescribeVpcPeeringConnectionsResult |
AmazonEC2.describeVpcPeeringConnections()
Describes one or more of your VPC peering connections.
|
DescribeVpcPeeringConnectionsResult |
AmazonEC2Client.describeVpcPeeringConnections()
Describes one or more of your VPC peering connections.
|
DescribeVpcPeeringConnectionsResult |
AmazonEC2.describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
DescribeVpcPeeringConnectionsResult |
AmazonEC2Client.describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeVpcPeeringConnectionsResult> |
AmazonEC2AsyncClient.describeVpcPeeringConnectionsAsync(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest,
AsyncHandler<DescribeVpcPeeringConnectionsRequest,DescribeVpcPeeringConnectionsResult> asyncHandler)
Describes one or more of your VPC peering connections.
|
Future<DescribeVpcPeeringConnectionsResult> |
AmazonEC2Async.describeVpcPeeringConnectionsAsync(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest,
AsyncHandler<DescribeVpcPeeringConnectionsRequest,DescribeVpcPeeringConnectionsResult> asyncHandler)
Describes one or more of your VPC peering connections.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.clone() |
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
|
Copyright © 2015. All rights reserved.