| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
VpcInfoPeeringOptionsDetails |
VpcInfoPeeringOptionsDetails.clone() |
VpcInfoPeeringOptionsDetails |
AwsEc2VpcPeeringConnectionVpcInfoDetails.getPeeringOptions()
Information about the VPC peering connection options for the accepter or requester VPC.
|
VpcInfoPeeringOptionsDetails |
VpcInfoPeeringOptionsDetails.withAllowDnsResolutionFromRemoteVpc(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 |
VpcInfoPeeringOptionsDetails.withAllowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering
connection.
|
VpcInfoPeeringOptionsDetails |
VpcInfoPeeringOptionsDetails.withAllowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering
connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2VpcPeeringConnectionVpcInfoDetails.setPeeringOptions(VpcInfoPeeringOptionsDetails peeringOptions)
Information about the VPC peering connection options for the accepter or requester VPC.
|
AwsEc2VpcPeeringConnectionVpcInfoDetails |
AwsEc2VpcPeeringConnectionVpcInfoDetails.withPeeringOptions(VpcInfoPeeringOptionsDetails peeringOptions)
Information about the VPC peering connection options for the accepter or requester VPC.
|
Copyright © 2023. All rights reserved.