| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
LocationState |
LocationState.clone() |
LocationState |
LocationAttributes.getLocationState()
A fleet location and its current life-cycle state.
|
LocationState |
LocationState.withLocation(String location)
The fleet location, expressed as an Amazon Web Services Region code such as
us-west-2. |
LocationState |
LocationState.withStatus(FleetStatus status)
The life-cycle status of a fleet location.
|
LocationState |
LocationState.withStatus(String status)
The life-cycle status of a fleet location.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationState> |
CreateFleetLocationsResult.getLocationStates()
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
List<LocationState> |
DeleteFleetLocationsResult.getLocationStates()
The remote locations that are being deleted, with each location status set to
DELETING. |
List<LocationState> |
CreateFleetResult.getLocationStates()
The fleet's locations and life-cycle status of each location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationAttributes.setLocationState(LocationState locationState)
A fleet location and its current life-cycle state.
|
LocationAttributes |
LocationAttributes.withLocationState(LocationState locationState)
A fleet location and its current life-cycle state.
|
CreateFleetLocationsResult |
CreateFleetLocationsResult.withLocationStates(LocationState... locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
DeleteFleetLocationsResult |
DeleteFleetLocationsResult.withLocationStates(LocationState... locationStates)
The remote locations that are being deleted, with each location status set to
DELETING. |
CreateFleetResult |
CreateFleetResult.withLocationStates(LocationState... locationStates)
The fleet's locations and life-cycle status of each location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFleetLocationsResult.setLocationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
void |
DeleteFleetLocationsResult.setLocationStates(Collection<LocationState> locationStates)
The remote locations that are being deleted, with each location status set to
DELETING. |
void |
CreateFleetResult.setLocationStates(Collection<LocationState> locationStates)
The fleet's locations and life-cycle status of each location.
|
CreateFleetLocationsResult |
CreateFleetLocationsResult.withLocationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
DeleteFleetLocationsResult |
DeleteFleetLocationsResult.withLocationStates(Collection<LocationState> locationStates)
The remote locations that are being deleted, with each location status set to
DELETING. |
CreateFleetResult |
CreateFleetResult.withLocationStates(Collection<LocationState> locationStates)
The fleet's locations and life-cycle status of each location.
|
Copyright © 2023. All rights reserved.