| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
LocationState |
LocationAttributes.locationState()
A fleet location and its current life-cycle state.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationState> |
CreateFleetLocationsResponse.locationStates()
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
List<LocationState> |
CreateFleetResponse.locationStates()
The fleet's locations and life-cycle status of each location.
|
List<LocationState> |
DeleteFleetLocationsResponse.locationStates()
The remote locations that are being deleted, with each location status set to
DELETING. |
| Modifier and Type | Method and Description |
|---|---|
LocationAttributes.Builder |
LocationAttributes.Builder.locationState(LocationState locationState)
A fleet location and its current life-cycle state.
|
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.Builder.locationStates(LocationState... locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
CreateFleetResponse.Builder |
CreateFleetResponse.Builder.locationStates(LocationState... locationStates)
The fleet's locations and life-cycle status of each location.
|
DeleteFleetLocationsResponse.Builder |
DeleteFleetLocationsResponse.Builder.locationStates(LocationState... locationStates)
The remote locations that are being deleted, with each location status set to
DELETING. |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.Builder.locationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
CreateFleetResponse.Builder |
CreateFleetResponse.Builder.locationStates(Collection<LocationState> locationStates)
The fleet's locations and life-cycle status of each location.
|
DeleteFleetLocationsResponse.Builder |
DeleteFleetLocationsResponse.Builder.locationStates(Collection<LocationState> locationStates)
The remote locations that are being deleted, with each location status set to
DELETING. |
Copyright © 2023. All rights reserved.