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 IPv4 CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withCidrBlockSet(CidrBlock... cidrBlockSet)
Information about the IPv4 CIDR blocks for the VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withCidrBlockSet(Collection<CidrBlock> cidrBlockSet)
Information about the IPv4 CIDR blocks for the VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withIpv6CidrBlockSet(Collection<Ipv6CidrBlock> ipv6CidrBlockSet)
The IPv6 CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withIpv6CidrBlockSet(Ipv6CidrBlock... ipv6CidrBlockSet)
The IPv6 CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withPeeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)
Information about the VPC peering connection options for the accepter or requester VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withRegion(String region)
The Region in which the VPC is located.
|
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 © 2021. All rights reserved.