Package | Description |
---|---|
com.amazonaws.services.ec2.model |
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(String cidrBlock)
The CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withOwnerId(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(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.
|
Copyright © 2018. All rights reserved.