| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetLocationsResult |
AbstractAmazonGameLift.createFleetLocations(CreateFleetLocationsRequest request) |
CreateFleetLocationsResult |
AmazonGameLift.createFleetLocations(CreateFleetLocationsRequest createFleetLocationsRequest)
Adds remote locations to a fleet and begins populating the new locations with EC2 instances.
|
CreateFleetLocationsResult |
AmazonGameLiftClient.createFleetLocations(CreateFleetLocationsRequest request)
Adds remote locations to a fleet and begins populating the new locations with EC2 instances.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFleetLocationsResult> |
AbstractAmazonGameLiftAsync.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> |
AmazonGameLiftAsyncClient.createFleetLocationsAsync(CreateFleetLocationsRequest request,
AsyncHandler<CreateFleetLocationsRequest,CreateFleetLocationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetLocationsResult |
CreateFleetLocationsResult.clone() |
CreateFleetLocationsResult |
CreateFleetLocationsResult.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a GameLift fleet resource and uniquely identifies it.
|
CreateFleetLocationsResult |
CreateFleetLocationsResult.withFleetId(String fleetId)
A unique identifier for the fleet that was updated with new locations.
|
CreateFleetLocationsResult |
CreateFleetLocationsResult.withLocationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
CreateFleetLocationsResult |
CreateFleetLocationsResult.withLocationStates(LocationState... locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
Copyright © 2023. All rights reserved.