Uses of Class
com.amazonaws.services.ec2.model.VpcPeeringConnectionVpcInfo
Packages that use VpcPeeringConnectionVpcInfo
-
Uses of VpcPeeringConnectionVpcInfo in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcPeeringConnectionVpcInfoModifier and TypeMethodDescriptionVpcPeeringConnectionVpcInfo.clone()VpcPeeringConnection.getAccepterVpcInfo()Information about the accepter VPC.VpcPeeringConnection.getRequesterVpcInfo()Information about the requester VPC.VpcPeeringConnectionVpcInfo.withCidrBlock(String cidrBlock) The CIDR block for the VPC.VpcPeeringConnectionVpcInfo.withOwnerId(String ownerId) The AWS account ID of the VPC owner.VpcPeeringConnectionVpcInfo.withPeeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions) Information about the VPC peering connection options for the accepter or requester VPC.The ID of the VPC.Methods in com.amazonaws.services.ec2.model with parameters of type VpcPeeringConnectionVpcInfoModifier and TypeMethodDescriptionvoidVpcPeeringConnection.setAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo) Information about the accepter VPC.voidVpcPeeringConnection.setRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo) Information about the requester VPC.VpcPeeringConnection.withAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo) Information about the accepter VPC.VpcPeeringConnection.withRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo) Information about the requester VPC.