Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VpcPeeringConnectionVpcInfo |
VpcPeeringConnection.accepterVpcInfo
Information about the accepter VPC.
|
private VpcPeeringConnectionVpcInfo |
VpcPeeringConnection.requesterVpcInfo
Information about the requester VPC.
|
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.clone() |
VpcPeeringConnectionVpcInfo |
VpcPeeringConnection.getAccepterVpcInfo()
Information about the accepter VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnection.getRequesterVpcInfo()
Information about the requester VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withCidrBlock(java.lang.String cidrBlock)
The CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withOwnerId(java.lang.String ownerId)
The AWS account ID of the VPC owner.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withPeeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)
Information about the VPC peering connection options for the accepter or
requester VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withVpcId(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
void |
VpcPeeringConnection.setAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)
Information about the accepter VPC.
|
void |
VpcPeeringConnection.setRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)
Information about the requester VPC.
|
VpcPeeringConnection |
VpcPeeringConnection.withAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)
Information about the accepter VPC.
|
VpcPeeringConnection |
VpcPeeringConnection.withRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)
Information about the requester VPC.
|
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfoStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |