Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PeeringConnectionOptions |
PeeringConnectionOptions.clone() |
PeeringConnectionOptions |
ModifyVpcPeeringConnectionOptionsResult.getAccepterPeeringConnectionOptions()
Information about the VPC peering connection options for the accepter VPC.
|
PeeringConnectionOptions |
ModifyVpcPeeringConnectionOptionsResult.getRequesterPeeringConnectionOptions()
Information about the VPC peering connection options for the requester VPC.
|
PeeringConnectionOptions |
PeeringConnectionOptions.withAllowDnsResolutionFromRemoteVpc(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 |
PeeringConnectionOptions.withAllowEgressFromLocalClassicLinkToRemoteVpc(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 |
PeeringConnectionOptions.withAllowEgressFromLocalVpcToRemoteClassicLink(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyVpcPeeringConnectionOptionsResult.setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
|
void |
ModifyVpcPeeringConnectionOptionsResult.setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
|
ModifyVpcPeeringConnectionOptionsResult |
ModifyVpcPeeringConnectionOptionsResult.withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
|
ModifyVpcPeeringConnectionOptionsResult |
ModifyVpcPeeringConnectionOptionsResult.withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
|
Copyright © 2021. All rights reserved.