| 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)
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.
|
PeeringConnectionOptions.Builder |
PeeringConnectionOptions.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 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 © 2020. All rights reserved.