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