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.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 © 2018. All rights reserved.