| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
LocationAttributes |
LocationAttributes.clone() |
LocationAttributes |
LocationAttributes.withLocationState(LocationState locationState)
A fleet location and its current life-cycle state.
|
LocationAttributes |
LocationAttributes.withStoppedActions(Collection<String> stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
LocationAttributes |
LocationAttributes.withStoppedActions(FleetAction... stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
LocationAttributes |
LocationAttributes.withStoppedActions(String... stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
LocationAttributes |
LocationAttributes.withUpdateStatus(LocationUpdateStatus updateStatus)
The status of fleet activity updates to the location.
|
LocationAttributes |
LocationAttributes.withUpdateStatus(String updateStatus)
The status of fleet activity updates to the location.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationAttributes> |
DescribeFleetLocationAttributesResult.getLocationAttributes()
Location-specific information on the requested fleet's remote locations.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetLocationAttributesResult |
DescribeFleetLocationAttributesResult.withLocationAttributes(LocationAttributes... locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetLocationAttributesResult.setLocationAttributes(Collection<LocationAttributes> locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
DescribeFleetLocationAttributesResult |
DescribeFleetLocationAttributesResult.withLocationAttributes(Collection<LocationAttributes> locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
Copyright © 2021. All rights reserved.