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 VpcPeeringConnectionVpcInfoVpcPeeringConnectionVpcInfo. clone()VpcPeeringConnectionVpcInfoVpcPeeringConnection. getAccepterVpcInfo()Information about the accepter VPC.VpcPeeringConnectionVpcInfoVpcPeeringConnection. getRequesterVpcInfo()Information about the requester VPC.VpcPeeringConnectionVpcInfoVpcPeeringConnectionVpcInfo. withCidrBlock(String cidrBlock)The CIDR block for the VPC.VpcPeeringConnectionVpcInfoVpcPeeringConnectionVpcInfo. withOwnerId(String ownerId)The AWS account ID of the VPC owner.VpcPeeringConnectionVpcInfoVpcPeeringConnectionVpcInfo. withPeeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)Information about the VPC peering connection options for the accepter or requester VPC.VpcPeeringConnectionVpcInfoVpcPeeringConnectionVpcInfo. 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 voidVpcPeeringConnection. setAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)Information about the accepter VPC.voidVpcPeeringConnection. setRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)Information about the requester VPC.VpcPeeringConnectionVpcPeeringConnection. withAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)Information about the accepter VPC.VpcPeeringConnectionVpcPeeringConnection. withRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)Information about the requester VPC.
-