Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcPeeringConnectionOptionsDescription.Builder
-
Packages that use VpcPeeringConnectionOptionsDescription.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcPeeringConnectionOptionsDescription.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnectionOptionsDescription.Builder Modifier and Type Method Description VpcPeeringConnectionOptionsDescription.BuilderVpcPeeringConnectionOptionsDescription.Builder. allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc)Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.VpcPeeringConnectionOptionsDescription.BuilderVpcPeeringConnectionOptionsDescription.Builder. allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)Deprecated.VpcPeeringConnectionOptionsDescription.BuilderVpcPeeringConnectionOptionsDescription.Builder. allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)Deprecated.static VpcPeeringConnectionOptionsDescription.BuilderVpcPeeringConnectionOptionsDescription. builder()VpcPeeringConnectionOptionsDescription.BuilderVpcPeeringConnectionOptionsDescription. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcPeeringConnectionOptionsDescription.Builder Modifier and Type Method Description static Class<? extends VpcPeeringConnectionOptionsDescription.Builder>VpcPeeringConnectionOptionsDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcPeeringConnectionOptionsDescription.Builder Modifier and Type Method Description default VpcPeeringConnectionVpcInfo.BuilderVpcPeeringConnectionVpcInfo.Builder. peeringOptions(Consumer<VpcPeeringConnectionOptionsDescription.Builder> peeringOptions)Information about the VPC peering connection options for the accepter or requester VPC.
-