Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PeeringConnectionOptionsRequest |
PeeringConnectionOptionsRequest.clone() |
PeeringConnectionOptionsRequest |
ModifyVpcPeeringConnectionOptionsRequest.getAccepterPeeringConnectionOptions()
The VPC peering connection options for the accepter VPC.
|
PeeringConnectionOptionsRequest |
ModifyVpcPeeringConnectionOptionsRequest.getRequesterPeeringConnectionOptions()
The VPC peering connection options for the requester VPC.
|
PeeringConnectionOptionsRequest |
PeeringConnectionOptionsRequest.withAllowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc)
If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances
in the peer VPC.
|
PeeringConnectionOptionsRequest |
PeeringConnectionOptionsRequest.withAllowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink
to instances in a peer VPC.
|
PeeringConnectionOptionsRequest |
PeeringConnectionOptionsRequest.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 via ClassicLink.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyVpcPeeringConnectionOptionsRequest.setAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
|
void |
ModifyVpcPeeringConnectionOptionsRequest.setRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
|
ModifyVpcPeeringConnectionOptionsRequest |
ModifyVpcPeeringConnectionOptionsRequest.withAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
|
ModifyVpcPeeringConnectionOptionsRequest |
ModifyVpcPeeringConnectionOptionsRequest.withRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
|
Copyright © 2017. All rights reserved.