Uses of Class
software.amazon.awssdk.services.ec2.model.PeeringConnectionOptionsRequest
Packages that use PeeringConnectionOptionsRequest
-
Uses of PeeringConnectionOptionsRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringConnectionOptionsRequestModifier and TypeMethodDescriptionModifyVpcPeeringConnectionOptionsRequest.accepterPeeringConnectionOptions()The VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsRequest.requesterPeeringConnectionOptions()The VPC peering connection options for the requester VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PeeringConnectionOptionsRequestModifier and TypeMethodDescriptionModifyVpcPeeringConnectionOptionsRequest.Builder.accepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions) The VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsRequest.Builder.requesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions) The VPC peering connection options for the requester VPC.