| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PeeringConnectionOptionsRequest.Builder |
PeeringConnectionOptionsRequest.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 |
PeeringConnectionOptionsRequest.Builder.allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using
ClassicLink to instances in a peer VPC.
|
PeeringConnectionOptionsRequest.Builder |
PeeringConnectionOptionsRequest.Builder.allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's
linked to a peer VPC using ClassicLink.
|
static PeeringConnectionOptionsRequest.Builder |
PeeringConnectionOptionsRequest.builder() |
PeeringConnectionOptionsRequest.Builder |
PeeringConnectionOptionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PeeringConnectionOptionsRequest.Builder> |
PeeringConnectionOptionsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyVpcPeeringConnectionOptionsRequest.Builder |
ModifyVpcPeeringConnectionOptionsRequest.Builder.accepterPeeringConnectionOptions(Consumer<PeeringConnectionOptionsRequest.Builder> accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
|
default ModifyVpcPeeringConnectionOptionsRequest.Builder |
ModifyVpcPeeringConnectionOptionsRequest.Builder.requesterPeeringConnectionOptions(Consumer<PeeringConnectionOptionsRequest.Builder> requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
|
Copyright © 2022. All rights reserved.