Uses of Interface
software.amazon.awssdk.services.ec2.model.PeeringConnectionOptions.Builder
-
Packages that use PeeringConnectionOptions.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PeeringConnectionOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringConnectionOptions.Builder Modifier and Type Method Description PeeringConnectionOptions.BuilderPeeringConnectionOptions.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.BuilderPeeringConnectionOptions.Builder. allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)Deprecated.PeeringConnectionOptions.BuilderPeeringConnectionOptions.Builder. allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)Deprecated.static PeeringConnectionOptions.BuilderPeeringConnectionOptions. builder()PeeringConnectionOptions.BuilderPeeringConnectionOptions. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PeeringConnectionOptions.Builder Modifier and Type Method Description static Class<? extends PeeringConnectionOptions.Builder>PeeringConnectionOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PeeringConnectionOptions.Builder Modifier and Type Method Description default ModifyVpcPeeringConnectionOptionsResponse.BuilderModifyVpcPeeringConnectionOptionsResponse.Builder. accepterPeeringConnectionOptions(Consumer<PeeringConnectionOptions.Builder> accepterPeeringConnectionOptions)Information about the VPC peering connection options for the accepter VPC.default ModifyVpcPeeringConnectionOptionsResponse.BuilderModifyVpcPeeringConnectionOptionsResponse.Builder. requesterPeeringConnectionOptions(Consumer<PeeringConnectionOptions.Builder> requesterPeeringConnectionOptions)Information about the VPC peering connection options for the requester VPC.
-