| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static LocationUpdateStatus |
LocationUpdateStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LocationUpdateStatus |
ScalingPolicy.updateStatus()
The current status of the fleet's scaling policies in a requested fleet location.
|
LocationUpdateStatus |
DescribeFleetPortSettingsResponse.updateStatus()
The current status of updates to the fleet's port settings in the requested fleet location.
|
LocationUpdateStatus |
LocationAttributes.updateStatus()
The status of fleet activity updates to the location.
|
static LocationUpdateStatus |
LocationUpdateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationUpdateStatus[] |
LocationUpdateStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LocationUpdateStatus> |
LocationUpdateStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicy.Builder |
ScalingPolicy.Builder.updateStatus(LocationUpdateStatus updateStatus)
The current status of the fleet's scaling policies in a requested fleet location.
|
DescribeFleetPortSettingsResponse.Builder |
DescribeFleetPortSettingsResponse.Builder.updateStatus(LocationUpdateStatus updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location.
|
LocationAttributes.Builder |
LocationAttributes.Builder.updateStatus(LocationUpdateStatus updateStatus)
The status of fleet activity updates to the location.
|
Copyright © 2022. All rights reserved.