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