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