Uses of Class
com.amazonaws.services.ec2.model.PeeringConnectionOptionsRequest
Packages that use PeeringConnectionOptionsRequest
-
Uses of PeeringConnectionOptionsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PeeringConnectionOptionsRequestModifier and TypeMethodDescriptionPeeringConnectionOptionsRequest.clone()ModifyVpcPeeringConnectionOptionsRequest.getAccepterPeeringConnectionOptions()The VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsRequest.getRequesterPeeringConnectionOptions()The VPC peering connection options for the requester VPC.PeeringConnectionOptionsRequest.withAllowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc) If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink to instances in a peer VPC.PeeringConnectionOptionsRequest.withAllowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink) If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC via ClassicLink.Methods in com.amazonaws.services.ec2.model with parameters of type PeeringConnectionOptionsRequestModifier and TypeMethodDescriptionvoidModifyVpcPeeringConnectionOptionsRequest.setAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions) The VPC peering connection options for the accepter VPC.voidModifyVpcPeeringConnectionOptionsRequest.setRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions) The VPC peering connection options for the requester VPC.ModifyVpcPeeringConnectionOptionsRequest.withAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions) The VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsRequest.withRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions) The VPC peering connection options for the requester VPC.