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