| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
Script |
CreateScriptResponse.script()
The newly created script record with a unique script ID and ARN.
|
Script |
DescribeScriptResponse.script()
A set of properties describing the requested script.
|
Script |
UpdateScriptResponse.script()
The newly created script record with a unique script ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Script> |
ListScriptsResponse.scripts()
A set of properties describing the requested script.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScriptResponse.Builder |
CreateScriptResponse.Builder.script(Script script)
The newly created script record with a unique script ID and ARN.
|
DescribeScriptResponse.Builder |
DescribeScriptResponse.Builder.script(Script script)
A set of properties describing the requested script.
|
UpdateScriptResponse.Builder |
UpdateScriptResponse.Builder.script(Script script)
The newly created script record with a unique script ID.
|
ListScriptsResponse.Builder |
ListScriptsResponse.Builder.scripts(Script... scripts)
A set of properties describing the requested script.
|
| Modifier and Type | Method and Description |
|---|---|
ListScriptsResponse.Builder |
ListScriptsResponse.Builder.scripts(Collection<Script> scripts)
A set of properties describing the requested script.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Script> |
ListScriptsIterable.scripts()
Returns an iterable to iterate through the paginated
ListScriptsResponse.scripts() member. |
SdkPublisher<Script> |
ListScriptsPublisher.scripts()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.