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