| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFleetLocationsResult> |
AmazonGameLiftAsyncClient.createFleetLocationsAsync(CreateFleetLocationsRequest request,
AsyncHandler<CreateFleetLocationsRequest,CreateFleetLocationsResult> asyncHandler) |
Future<CreateFleetLocationsResult> |
AmazonGameLiftAsync.createFleetLocationsAsync(CreateFleetLocationsRequest createFleetLocationsRequest,
AsyncHandler<CreateFleetLocationsRequest,CreateFleetLocationsResult> asyncHandler)
Adds remote locations to a fleet and begins populating the new locations with EC2 instances.
|
Future<CreateFleetLocationsResult> |
AbstractAmazonGameLiftAsync.createFleetLocationsAsync(CreateFleetLocationsRequest request,
AsyncHandler<CreateFleetLocationsRequest,CreateFleetLocationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetLocationsRequest |
CreateFleetLocationsRequest.clone() |
CreateFleetLocationsRequest |
CreateFleetLocationsRequest.withFleetId(String fleetId)
A unique identifier for the fleet to add locations to.
|
CreateFleetLocationsRequest |
CreateFleetLocationsRequest.withLocations(Collection<LocationConfiguration> locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetLocationsRequest |
CreateFleetLocationsRequest.withLocations(LocationConfiguration... locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
Copyright © 2022. All rights reserved.