Uses of Class
com.amazonaws.services.ec2.model.VpcPeeringConnectionOptionsDescription
-
Packages that use VpcPeeringConnectionOptionsDescription Package Description com.amazonaws.services.ec2.model -
-
Uses of VpcPeeringConnectionOptionsDescription in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcPeeringConnectionOptionsDescription Modifier and Type Method Description VpcPeeringConnectionOptionsDescriptionVpcPeeringConnectionOptionsDescription. clone()VpcPeeringConnectionOptionsDescriptionVpcPeeringConnectionVpcInfo. getPeeringOptions()Information about the VPC peering connection options for the accepter or requester VPC.VpcPeeringConnectionOptionsDescriptionVpcPeeringConnectionOptionsDescription. withAllowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.VpcPeeringConnectionOptionsDescriptionVpcPeeringConnectionOptionsDescription. withAllowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.Methods in com.amazonaws.services.ec2.model with parameters of type VpcPeeringConnectionOptionsDescription Modifier and Type Method Description voidVpcPeeringConnectionVpcInfo. setPeeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)Information about the VPC peering connection options for the accepter or requester VPC.VpcPeeringConnectionVpcInfoVpcPeeringConnectionVpcInfo. withPeeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)Information about the VPC peering connection options for the accepter or requester VPC.
-