| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListScriptsResponse |
GameLiftClient.listScripts(Consumer<ListScriptsRequest.Builder> listScriptsRequest)
Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in
use.
|
default ListScriptsResponse |
GameLiftClient.listScripts(ListScriptsRequest listScriptsRequest)
Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in
use.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListScriptsResponse> |
GameLiftAsyncClient.listScripts(Consumer<ListScriptsRequest.Builder> listScriptsRequest)
Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in
use.
|
default CompletableFuture<ListScriptsResponse> |
GameLiftAsyncClient.listScripts(ListScriptsRequest listScriptsRequest)
Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in
use.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListScriptsResponse> |
ListScriptsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListScriptsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListScriptsResponse> subscriber) |
Copyright © 2022. All rights reserved.