Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcPeeringConnectionOptionsDescription.Builder
Packages that use VpcPeeringConnectionOptionsDescription.Builder
-
Uses of VpcPeeringConnectionOptionsDescription.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnectionOptionsDescription.BuilderModifier and TypeMethodDescriptionVpcPeeringConnectionOptionsDescription.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.Builder.allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc) Deprecated.VpcPeeringConnectionOptionsDescription.Builder.allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink) Deprecated.VpcPeeringConnectionOptionsDescription.builder()VpcPeeringConnectionOptionsDescription.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcPeeringConnectionOptionsDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcPeeringConnectionOptionsDescription.Builder>VpcPeeringConnectionOptionsDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcPeeringConnectionOptionsDescription.BuilderModifier and TypeMethodDescriptionVpcPeeringConnectionVpcInfo.Builder.peeringOptions(Consumer<VpcPeeringConnectionOptionsDescription.Builder> peeringOptions) Information about the VPC peering connection options for the accepter or requester VPC.