| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
VpcInfoPeeringOptionsDetails.Builder |
VpcInfoPeeringOptionsDetails.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.
|
VpcInfoPeeringOptionsDetails.Builder |
VpcInfoPeeringOptionsDetails.Builder.allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering
connection.
|
VpcInfoPeeringOptionsDetails.Builder |
VpcInfoPeeringOptionsDetails.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 VpcInfoPeeringOptionsDetails.Builder |
VpcInfoPeeringOptionsDetails.builder() |
VpcInfoPeeringOptionsDetails.Builder |
VpcInfoPeeringOptionsDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcInfoPeeringOptionsDetails.Builder> |
VpcInfoPeeringOptionsDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder |
AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder.peeringOptions(Consumer<VpcInfoPeeringOptionsDetails.Builder> peeringOptions)
Information about the VPC peering connection options for the accepter or requester VPC.
|
Copyright © 2023. All rights reserved.