Uses of Class
software.amazon.awssdk.services.gamelift.model.LocationConfiguration
-
Packages that use LocationConfiguration Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LocationConfiguration in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type LocationConfiguration Modifier and Type Method Description List<LocationConfiguration>CreateFleetLocationsRequest. locations()A list of locations to deploy additional instances to and manage as part of the fleet.List<LocationConfiguration>CreateFleetRequest. locations()A set of remote locations to deploy additional instances to and manage as a multi-location fleet.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type LocationConfiguration Modifier and Type Method Description CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest.Builder. locations(LocationConfiguration... locations)A list of locations to deploy additional instances to and manage as part of the fleet.CreateFleetRequest.BuilderCreateFleetRequest.Builder. locations(LocationConfiguration... locations)A set of remote locations to deploy additional instances to and manage as a multi-location fleet.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type LocationConfiguration Modifier and Type Method Description CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest.Builder. locations(Collection<LocationConfiguration> locations)A list of locations to deploy additional instances to and manage as part of the fleet.CreateFleetRequest.BuilderCreateFleetRequest.Builder. locations(Collection<LocationConfiguration> locations)A set of remote locations to deploy additional instances to and manage as a multi-location fleet.
-