Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnection |
AcceptVpcPeeringConnectionResult.getVpcPeeringConnection()
Information about the VPC peering connection.
|
VpcPeeringConnection |
CreateVpcPeeringConnectionResult.getVpcPeeringConnection()
Information about the VPC peering connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)
The information of the peer VPC.
|
VpcPeeringConnection |
VpcPeeringConnection.withExpirationTime(Date expirationTime)
The time that an unaccepted VPC peering connection will expire.
|
VpcPeeringConnection |
VpcPeeringConnection.withRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)
The information of the requester VPC.
|
VpcPeeringConnection |
VpcPeeringConnection.withStatus(VpcPeeringConnectionStateReason status)
The status of the VPC peering connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withTags(Collection<Tag> tags)
Any tags assigned to the resource.
|
VpcPeeringConnection |
VpcPeeringConnection.withTags(Tag... tags)
Any tags assigned to the resource.
|
VpcPeeringConnection |
VpcPeeringConnection.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
List<VpcPeeringConnection> |
DescribeVpcPeeringConnectionsResult.getVpcPeeringConnections()
Information about the VPC peering connections
|
Modifier and Type | Method and Description |
---|---|
void |
AcceptVpcPeeringConnectionResult.setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
void |
CreateVpcPeeringConnectionResult.setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
AcceptVpcPeeringConnectionResult |
AcceptVpcPeeringConnectionResult.withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
CreateVpcPeeringConnectionResult |
CreateVpcPeeringConnectionResult.withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcPeeringConnectionsResult.setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections
|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections
|
Copyright © 2014. All rights reserved.