| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringConnectionOptionsDescription.Builder |
VpcPeeringConnectionOptionsDescription.Builder.allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc)
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from
instances in a peer VPC.
|
VpcPeeringConnectionOptionsDescription.Builder |
VpcPeeringConnectionOptionsDescription.Builder.allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering
connection.
|
VpcPeeringConnectionOptionsDescription.Builder |
VpcPeeringConnectionOptionsDescription.Builder.allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC
peering connection.
|
static VpcPeeringConnectionOptionsDescription.Builder |
VpcPeeringConnectionOptionsDescription.builder() |
VpcPeeringConnectionOptionsDescription.Builder |
VpcPeeringConnectionOptionsDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcPeeringConnectionOptionsDescription.Builder> |
VpcPeeringConnectionOptionsDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VpcPeeringConnectionVpcInfo.Builder |
VpcPeeringConnectionVpcInfo.Builder.peeringOptions(Consumer<VpcPeeringConnectionOptionsDescription.Builder> peeringOptions)
Information about the VPC peering connection options for the accepter or requester VPC.
|
Copyright © 2023. All rights reserved.