Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VpcPeeringConnection |
CreateVpcPeeringConnectionResult.vpcPeeringConnection
Information about the VPC peering connection.
|
private VpcPeeringConnection |
AcceptVpcPeeringConnectionResult.vpcPeeringConnection
Information about the VPC peering connection.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VpcPeeringConnection> |
DescribeVpcPeeringConnectionsResult.vpcPeeringConnections
Information about the VPC peering connections.
|
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnection |
VpcPeeringConnection.clone() |
VpcPeeringConnection |
CreateVpcPeeringConnectionResult.getVpcPeeringConnection()
Information about the VPC peering connection.
|
VpcPeeringConnection |
AcceptVpcPeeringConnectionResult.getVpcPeeringConnection()
Information about the VPC peering connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)
Information about the accepter VPC.
|
VpcPeeringConnection |
VpcPeeringConnection.withExpirationTime(java.util.Date expirationTime)
The time that an unaccepted VPC peering connection will expire.
|
VpcPeeringConnection |
VpcPeeringConnection.withRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)
Information about the requester VPC.
|
VpcPeeringConnection |
VpcPeeringConnection.withStatus(VpcPeeringConnectionStateReason status)
The status of the VPC peering connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the resource.
|
VpcPeeringConnection |
VpcPeeringConnection.withTags(Tag... tags)
Any tags assigned to the resource.
|
VpcPeeringConnection |
VpcPeeringConnection.withVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VpcPeeringConnection> |
DescribeVpcPeeringConnectionsResult.getVpcPeeringConnections()
Information about the VPC peering connections.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVpcPeeringConnectionResult.setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
void |
AcceptVpcPeeringConnectionResult.setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
CreateVpcPeeringConnectionResult |
CreateVpcPeeringConnectionResult.withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
AcceptVpcPeeringConnectionResult |
AcceptVpcPeeringConnectionResult.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(java.util.Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(java.util.Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
|
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnection |
VpcPeeringConnectionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |