| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
List<LocationConfiguration> |
CreateFleetRequest.locations()
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
List<LocationConfiguration> |
CreateFleetLocationsRequest.locations()
A list of locations to deploy additional instances to and manage as part of the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.locations(LocationConfiguration... locations)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.Builder.locations(LocationConfiguration... locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.locations(Collection<LocationConfiguration> locations)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.Builder.locations(Collection<LocationConfiguration> locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
Copyright © 2023. All rights reserved.