Uses of Class
software.amazon.awssdk.services.ec2.model.VpcPeeringConnectionVpcInfo
Packages that use VpcPeeringConnectionVpcInfo
-
Uses of VpcPeeringConnectionVpcInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnectionVpcInfoModifier and TypeMethodDescriptionVpcPeeringConnection.accepterVpcInfo()Information about the accepter VPC.VpcPeeringConnection.requesterVpcInfo()Information about the requester VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcPeeringConnectionVpcInfoModifier and TypeMethodDescriptionVpcPeeringConnection.Builder.accepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo) Information about the accepter VPC.VpcPeeringConnection.Builder.requesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo) Information about the requester VPC.