Uses of Class
software.amazon.awssdk.services.ec2.model.PeeringConnectionOptions
-
Packages that use PeeringConnectionOptions Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PeeringConnectionOptions in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringConnectionOptions Modifier and Type Method Description PeeringConnectionOptionsModifyVpcPeeringConnectionOptionsResponse. accepterPeeringConnectionOptions()Information about the VPC peering connection options for the accepter VPC.PeeringConnectionOptionsModifyVpcPeeringConnectionOptionsResponse. requesterPeeringConnectionOptions()Information about the VPC peering connection options for the requester VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PeeringConnectionOptions Modifier and Type Method Description ModifyVpcPeeringConnectionOptionsResponse.BuilderModifyVpcPeeringConnectionOptionsResponse.Builder. accepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)Information about the VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsResponse.BuilderModifyVpcPeeringConnectionOptionsResponse.Builder. requesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)Information about the VPC peering connection options for the requester VPC.
-