| 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.paginators | |
| software.amazon.awssdk.services.gamelift.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListLocationsResponse |
GameLiftClient.listLocations(ListLocationsRequest listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
default CompletableFuture<ListLocationsResponse> |
GameLiftAsyncClient.listLocations(ListLocationsRequest listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
default ListLocationsIterable |
GameLiftClient.listLocationsPaginator(ListLocationsRequest listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
default ListLocationsPublisher |
GameLiftAsyncClient.listLocationsPaginator(ListLocationsRequest listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
| Constructor and Description |
|---|
ListLocationsIterable(GameLiftClient client,
ListLocationsRequest firstRequest) |
ListLocationsPublisher(GameLiftAsyncClient client,
ListLocationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListLocationsRequestMarshaller.marshall(ListLocationsRequest listLocationsRequest) |
Copyright © 2023. All rights reserved.