| 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 CompletableFuture<ListLocationsResponse> |
GameLiftAsyncClient.listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
default ListLocationsResponse |
GameLiftClient.listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
default ListLocationsPublisher |
GameLiftAsyncClient.listLocationsPaginator(Consumer<ListLocationsRequest.Builder> listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
default ListLocationsIterable |
GameLiftClient.listLocationsPaginator(Consumer<ListLocationsRequest.Builder> listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLocationsRequest.Builder |
ListLocationsRequest.builder() |
ListLocationsRequest.Builder |
ListLocationsRequest.Builder.filters(Collection<LocationFilter> filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest.Builder |
ListLocationsRequest.Builder.filters(LocationFilter... filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest.Builder |
ListLocationsRequest.Builder.filtersWithStrings(Collection<String> filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest.Builder |
ListLocationsRequest.Builder.filtersWithStrings(String... filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest.Builder |
ListLocationsRequest.Builder.limit(Integer limit)
The maximum number of results to return.
|
ListLocationsRequest.Builder |
ListLocationsRequest.Builder.nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
ListLocationsRequest.Builder |
ListLocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLocationsRequest.Builder |
ListLocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLocationsRequest.Builder |
ListLocationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLocationsRequest.Builder> |
ListLocationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.