Uses of Class
software.amazon.awssdk.services.gamelift.model.LocationState
-
Packages that use LocationState Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LocationState in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return LocationState Modifier and Type Method Description LocationStateLocationAttributes. locationState()A fleet location and its current life-cycle state.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type LocationState Modifier and Type Method 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 toDELETING.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type LocationState Modifier and Type Method Description LocationAttributes.BuilderLocationAttributes.Builder. locationState(LocationState locationState)A fleet location and its current life-cycle state.CreateFleetLocationsResponse.BuilderCreateFleetLocationsResponse.Builder. locationStates(LocationState... locationStates)The remote locations that are being added to the fleet, and the life-cycle status of each location.CreateFleetResponse.BuilderCreateFleetResponse.Builder. locationStates(LocationState... locationStates)The fleet's locations and life-cycle status of each location.DeleteFleetLocationsResponse.BuilderDeleteFleetLocationsResponse.Builder. locationStates(LocationState... locationStates)The remote locations that are being deleted, with each location status set toDELETING.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type LocationState Modifier and Type Method Description CreateFleetLocationsResponse.BuilderCreateFleetLocationsResponse.Builder. locationStates(Collection<LocationState> locationStates)The remote locations that are being added to the fleet, and the life-cycle status of each location.CreateFleetResponse.BuilderCreateFleetResponse.Builder. locationStates(Collection<LocationState> locationStates)The fleet's locations and life-cycle status of each location.DeleteFleetLocationsResponse.BuilderDeleteFleetLocationsResponse.Builder. locationStates(Collection<LocationState> locationStates)The remote locations that are being deleted, with each location status set toDELETING.
-