| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
LocationConfiguration |
LocationConfiguration.clone() |
LocationConfiguration |
LocationConfiguration.withLocation(String location)
An Amazon Web Services Region code, such as
us-west-2. |
| Modifier and Type | Method and Description |
|---|---|
List<LocationConfiguration> |
CreateFleetLocationsRequest.getLocations()
A list of locations to deploy additional instances to and manage as part of the fleet.
|
List<LocationConfiguration> |
CreateFleetRequest.getLocations()
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetLocationsRequest |
CreateFleetLocationsRequest.withLocations(LocationConfiguration... locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withLocations(LocationConfiguration... locations)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFleetLocationsRequest.setLocations(Collection<LocationConfiguration> locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
void |
CreateFleetRequest.setLocations(Collection<LocationConfiguration> locations)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetLocationsRequest |
CreateFleetLocationsRequest.withLocations(Collection<LocationConfiguration> locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withLocations(Collection<LocationConfiguration> locations)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
Copyright © 2024. All rights reserved.