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 PeeringConnectionOptionsRequestPeeringConnectionOptionsRequest. clone()PeeringConnectionOptionsRequestModifyVpcPeeringConnectionOptionsRequest. getAccepterPeeringConnectionOptions()The VPC peering connection options for the accepter VPC.PeeringConnectionOptionsRequestModifyVpcPeeringConnectionOptionsRequest. getRequesterPeeringConnectionOptions()The VPC peering connection options for the requester VPC.PeeringConnectionOptionsRequestPeeringConnectionOptionsRequest. 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.PeeringConnectionOptionsRequestPeeringConnectionOptionsRequest. 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 voidModifyVpcPeeringConnectionOptionsRequest. 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.ModifyVpcPeeringConnectionOptionsRequestModifyVpcPeeringConnectionOptionsRequest. withAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)The VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsRequestModifyVpcPeeringConnectionOptionsRequest. withRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)The VPC peering connection options for the requester VPC.
-