Uses of Interface
software.amazon.awssdk.services.ec2.model.PeeringConnectionOptionsRequest.Builder
Packages that use PeeringConnectionOptionsRequest.Builder
-
Uses of PeeringConnectionOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringConnectionOptionsRequest.BuilderModifier and TypeMethodDescriptionPeeringConnectionOptionsRequest.Builder.allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc) If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.PeeringConnectionOptionsRequest.Builder.allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc) Deprecated.PeeringConnectionOptionsRequest.Builder.allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink) Deprecated.PeeringConnectionOptionsRequest.builder()PeeringConnectionOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PeeringConnectionOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PeeringConnectionOptionsRequest.Builder>PeeringConnectionOptionsRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PeeringConnectionOptionsRequest.BuilderModifier and TypeMethodDescriptionModifyVpcPeeringConnectionOptionsRequest.Builder.accepterPeeringConnectionOptions(Consumer<PeeringConnectionOptionsRequest.Builder> accepterPeeringConnectionOptions) The VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsRequest.Builder.requesterPeeringConnectionOptions(Consumer<PeeringConnectionOptionsRequest.Builder> requesterPeeringConnectionOptions) The VPC peering connection options for the requester VPC.