Uses of Class
com.amazonaws.services.ec2.model.VpcPeeringConnectionVpcInfo
-
Packages that use VpcPeeringConnectionVpcInfo Package Description com.amazonaws.services.ec2.model -
-
Uses of VpcPeeringConnectionVpcInfo in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcPeeringConnectionVpcInfo Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model with parameters of type VpcPeeringConnectionVpcInfo Modifier and Type Method 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.
-