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 PeeringConnectionOptionsPeeringConnectionOptions. clone()PeeringConnectionOptionsModifyVpcPeeringConnectionOptionsResult. getAccepterPeeringConnectionOptions()Information about the VPC peering connection options for the accepter VPC.PeeringConnectionOptionsModifyVpcPeeringConnectionOptionsResult. getRequesterPeeringConnectionOptions()Information about the VPC peering connection options for the requester VPC.PeeringConnectionOptionsPeeringConnectionOptions. 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.PeeringConnectionOptionsPeeringConnectionOptions. 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 voidModifyVpcPeeringConnectionOptionsResult. setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)Information about the VPC peering connection options for the accepter VPC.voidModifyVpcPeeringConnectionOptionsResult. setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)Information about the VPC peering connection options for the requester VPC.ModifyVpcPeeringConnectionOptionsResultModifyVpcPeeringConnectionOptionsResult. withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)Information about the VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsResultModifyVpcPeeringConnectionOptionsResult. withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)Information about the VPC peering connection options for the requester VPC.
-