Uses of Class
software.amazon.awssdk.services.ec2.model.VpcPeeringConnectionVpcInfo
-
Packages that use VpcPeeringConnectionVpcInfo Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcPeeringConnectionVpcInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnectionVpcInfo Modifier and Type Method Description VpcPeeringConnectionVpcInfoVpcPeeringConnection. accepterVpcInfo()Information about the accepter VPC.VpcPeeringConnectionVpcInfoVpcPeeringConnection. requesterVpcInfo()Information about the requester VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcPeeringConnectionVpcInfo Modifier and Type Method Description VpcPeeringConnection.BuilderVpcPeeringConnection.Builder. accepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)Information about the accepter VPC.VpcPeeringConnection.BuilderVpcPeeringConnection.Builder. requesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)Information about the requester VPC.
-