| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.paginators | |
| software.amazon.awssdk.services.gamelift.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListScriptsResponse |
GameLiftClient.listScripts(ListScriptsRequest 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.
|
default ListScriptsIterable |
GameLiftClient.listScriptsPaginator(ListScriptsRequest listScriptsRequest)
Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in
use.
|
default ListScriptsPublisher |
GameLiftAsyncClient.listScriptsPaginator(ListScriptsRequest listScriptsRequest)
Retrieves script records for all Realtime scripts that are associated with the Amazon Web Services account in
use.
|
| Constructor and Description |
|---|
ListScriptsIterable(GameLiftClient client,
ListScriptsRequest firstRequest) |
ListScriptsPublisher(GameLiftAsyncClient client,
ListScriptsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListScriptsRequestMarshaller.marshall(ListScriptsRequest listScriptsRequest) |
Copyright © 2022. All rights reserved.