Uses of Class
software.amazon.awssdk.services.ec2.model.PeeringConnectionOptions
Packages that use PeeringConnectionOptions
-
Uses of PeeringConnectionOptions in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringConnectionOptionsModifier and TypeMethodDescriptionfinal PeeringConnectionOptionsModifyVpcPeeringConnectionOptionsResponse.accepterPeeringConnectionOptions()Information about the VPC peering connection options for the accepter VPC.final 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 PeeringConnectionOptionsModifier and TypeMethodDescriptionModifyVpcPeeringConnectionOptionsResponse.Builder.accepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions) Information about the VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsResponse.Builder.requesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions) Information about the VPC peering connection options for the requester VPC.