| 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.
|
| software.amazon.awssdk.services.gamelift.model |
| 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 CompletableFuture<CreateFleetLocationsResponse> |
GameLiftAsyncClient.createFleetLocations(Consumer<CreateFleetLocationsRequest.Builder> createFleetLocationsRequest)
Adds remote locations to a fleet and begins populating the new locations with EC2 instances.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.builder() |
CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.Builder.fleetId(String fleetId)
A unique identifier for the fleet to add locations to.
|
CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.Builder.locations(Collection<LocationConfiguration> locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.Builder.locations(Consumer<LocationConfiguration.Builder>... locations)
A list of 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.
|
CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFleetLocationsRequest.Builder |
CreateFleetLocationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFleetLocationsRequest.Builder> |
CreateFleetLocationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.