| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringConnectionStatus |
VpcPeeringConnectionStatus.clone() |
VpcPeeringConnectionStatus |
VpcPeeringConnection.getStatus()
The status information about the connection.
|
VpcPeeringConnectionStatus |
VpcPeeringConnectionStatus.withCode(String code)
Code indicating the status of a VPC peering connection.
|
VpcPeeringConnectionStatus |
VpcPeeringConnectionStatus.withMessage(String message)
Additional messaging associated with the connection status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VpcPeeringConnection.setStatus(VpcPeeringConnectionStatus status)
The status information about the connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withStatus(VpcPeeringConnectionStatus status)
The status information about the connection.
|
Copyright © 2020. All rights reserved.