| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Script |
Script.clone() |
Script |
UpdateScriptResult.getScript()
The newly created script record with a unique script ID.
|
Script |
DescribeScriptResult.getScript()
A set of properties describing the requested script.
|
Script |
CreateScriptResult.getScript()
The newly created script record with a unique script ID and ARN.
|
Script |
Script.withCreationTime(Date creationTime)
A time stamp indicating when this data object was created.
|
Script |
Script.withName(String name)
A descriptive label that is associated with a script.
|
Script |
Script.withScriptArn(String scriptArn)
Amazon Resource Name (ARN) that is assigned to a
GameLift script resource and uniquely identifies it.
|
Script |
Script.withScriptId(String scriptId)
A unique identifier for a Realtime script
|
Script |
Script.withSizeOnDisk(Long sizeOnDisk)
The file size of the uploaded Realtime script, expressed in bytes.
|
Script |
Script.withStorageLocation(S3Location storageLocation) |
Script |
Script.withVersion(String version)
The version that is associated with a build or script.
|
| Modifier and Type | Method and Description |
|---|---|
List<Script> |
ListScriptsResult.getScripts()
A set of properties describing the requested script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateScriptResult.setScript(Script script)
The newly created script record with a unique script ID.
|
void |
DescribeScriptResult.setScript(Script script)
A set of properties describing the requested script.
|
void |
CreateScriptResult.setScript(Script script)
The newly created script record with a unique script ID and ARN.
|
UpdateScriptResult |
UpdateScriptResult.withScript(Script script)
The newly created script record with a unique script ID.
|
DescribeScriptResult |
DescribeScriptResult.withScript(Script script)
A set of properties describing the requested script.
|
CreateScriptResult |
CreateScriptResult.withScript(Script script)
The newly created script record with a unique script ID and ARN.
|
ListScriptsResult |
ListScriptsResult.withScripts(Script... scripts)
A set of properties describing the requested script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListScriptsResult.setScripts(Collection<Script> scripts)
A set of properties describing the requested script.
|
ListScriptsResult |
ListScriptsResult.withScripts(Collection<Script> scripts)
A set of properties describing the requested script.
|
Copyright © 2020. All rights reserved.