Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VpcPeeringConnectionOptionsDescription |
VpcPeeringConnectionVpcInfo.peeringOptions
Information about the VPC peering connection options for the accepter or
requester VPC.
|
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnectionOptionsDescription |
VpcPeeringConnectionOptionsDescription.clone() |
VpcPeeringConnectionOptionsDescription |
VpcPeeringConnectionVpcInfo.getPeeringOptions()
Information about the VPC peering connection options for the accepter or
requester VPC.
|
VpcPeeringConnectionOptionsDescription |
VpcPeeringConnectionOptionsDescription.withAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the
peer VPC over the VPC peering connection.
|
VpcPeeringConnectionOptionsDescription |
VpcPeeringConnectionOptionsDescription.withAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.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 |
VpcPeeringConnectionVpcInfo.setPeeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)
Information about the VPC peering connection options for the accepter or
requester VPC.
|
VpcPeeringConnectionVpcInfo |
VpcPeeringConnectionVpcInfo.withPeeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)
Information about the VPC peering connection options for the accepter or
requester VPC.
|
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnectionOptionsDescription |
VpcPeeringConnectionOptionsDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |