Uses of Class
com.amazonaws.services.ec2.model.PeeringConnectionOptionsRequest
-
Packages that use PeeringConnectionOptionsRequest Package Description com.amazonaws.services.ec2.model -
-
Uses of PeeringConnectionOptionsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PeeringConnectionOptionsRequest Modifier and Type Method Description PeeringConnectionOptionsRequest
PeeringConnectionOptionsRequest. clone()
PeeringConnectionOptionsRequest
ModifyVpcPeeringConnectionOptionsRequest. getAccepterPeeringConnectionOptions()
The VPC peering connection options for the accepter VPC.PeeringConnectionOptionsRequest
ModifyVpcPeeringConnectionOptionsRequest. getRequesterPeeringConnectionOptions()
The VPC peering connection options for the requester VPC.PeeringConnectionOptionsRequest
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
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 PeeringConnectionOptionsRequest Modifier and Type Method Description void
ModifyVpcPeeringConnectionOptionsRequest. setAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.void
ModifyVpcPeeringConnectionOptionsRequest. setRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.ModifyVpcPeeringConnectionOptionsRequest
ModifyVpcPeeringConnectionOptionsRequest. withAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsRequest
ModifyVpcPeeringConnectionOptionsRequest. withRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
-