Uses of Class
software.amazon.awssdk.services.ec2.model.VpcPeeringConnectionOptionsDescription
-
Packages that use VpcPeeringConnectionOptionsDescription Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcPeeringConnectionOptionsDescription in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnectionOptionsDescription Modifier and Type Method Description VpcPeeringConnectionOptionsDescriptionVpcPeeringConnectionVpcInfo. peeringOptions()Information about the VPC peering connection options for the accepter or requester VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcPeeringConnectionOptionsDescription Modifier and Type Method Description VpcPeeringConnectionVpcInfo.BuilderVpcPeeringConnectionVpcInfo.Builder. peeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)Information about the VPC peering connection options for the accepter or requester VPC.
-