| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PeeringConnectionOptions.Builder |
PeeringConnectionOptions.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 |
PeeringConnectionOptions.Builder.allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Deprecated.
|
PeeringConnectionOptions.Builder |
PeeringConnectionOptions.Builder.allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Deprecated.
|
static PeeringConnectionOptions.Builder |
PeeringConnectionOptions.builder() |
PeeringConnectionOptions.Builder |
PeeringConnectionOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PeeringConnectionOptions.Builder> |
PeeringConnectionOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyVpcPeeringConnectionOptionsResponse.Builder |
ModifyVpcPeeringConnectionOptionsResponse.Builder.accepterPeeringConnectionOptions(Consumer<PeeringConnectionOptions.Builder> accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
|
default ModifyVpcPeeringConnectionOptionsResponse.Builder |
ModifyVpcPeeringConnectionOptionsResponse.Builder.requesterPeeringConnectionOptions(Consumer<PeeringConnectionOptions.Builder> requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
|
Copyright © 2023. All rights reserved.