| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFleetLocationsResponse |
GameLiftClient.createFleetLocations(Consumer<CreateFleetLocationsRequest.Builder> createFleetLocationsRequest)
Adds remote locations to a fleet and begins populating the new locations with EC2 instances.
|
default CreateFleetLocationsResponse |
GameLiftClient.createFleetLocations(CreateFleetLocationsRequest createFleetLocationsRequest)
Adds remote locations to a fleet and begins populating the new locations with EC2 instances.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFleetLocationsResponse> |
GameLiftAsyncClient.createFleetLocations(Consumer<CreateFleetLocationsRequest.Builder> createFleetLocationsRequest)
Adds remote locations to a fleet and begins populating the new locations with EC2 instances.
|
default CompletableFuture<CreateFleetLocationsResponse> |
GameLiftAsyncClient.createFleetLocations(CreateFleetLocationsRequest createFleetLocationsRequest)
Adds remote locations to a fleet and begins populating the new locations with EC2 instances.
|
Copyright © 2022. All rights reserved.