| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| 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 AWS account in use.
|
default ListScriptsResponse |
GameLiftClient.listScripts(ListScriptsRequest listScriptsRequest)
Retrieves script records for all Realtime scripts that are associated with the AWS 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 AWS account in use.
|
default CompletableFuture<ListScriptsResponse> |
GameLiftAsyncClient.listScripts(ListScriptsRequest listScriptsRequest)
Retrieves script records for all Realtime scripts that are associated with the AWS 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 © 2021. All rights reserved.