Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnectionStateReason |
VpcPeeringConnection.getStatus()
The status of the VPC peering connection.
|
VpcPeeringConnectionStateReason |
VpcPeeringConnectionStateReason.withCode(String code)
The status of the VPC peering connection.
|
VpcPeeringConnectionStateReason |
VpcPeeringConnectionStateReason.withMessage(String message)
A message that provides more information about the status, if
applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
VpcPeeringConnection.setStatus(VpcPeeringConnectionStateReason status)
The status of the VPC peering connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withStatus(VpcPeeringConnectionStateReason status)
The status of the VPC peering connection.
|
Copyright © 2014. All rights reserved.