Uses of Class
software.amazon.awssdk.services.gamelift.model.Script
-
Packages that use Script Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of Script in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return Script Modifier and Type Method Description ScriptCreateScriptResponse. script()The newly created script record with a unique script ID and ARN.ScriptDescribeScriptResponse. script()A set of properties describing the requested script.ScriptUpdateScriptResponse. script()The newly created script record with a unique script ID.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Script Modifier and Type Method Description List<Script>ListScriptsResponse. scripts()A set of properties describing the requested script.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Script Modifier and Type Method Description CreateScriptResponse.BuilderCreateScriptResponse.Builder. script(Script script)The newly created script record with a unique script ID and ARN.DescribeScriptResponse.BuilderDescribeScriptResponse.Builder. script(Script script)A set of properties describing the requested script.UpdateScriptResponse.BuilderUpdateScriptResponse.Builder. script(Script script)The newly created script record with a unique script ID.ListScriptsResponse.BuilderListScriptsResponse.Builder. scripts(Script... scripts)A set of properties describing the requested script.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Script Modifier and Type Method Description ListScriptsResponse.BuilderListScriptsResponse.Builder. scripts(Collection<Script> scripts)A set of properties describing the requested script. -
Uses of Script in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type Script Modifier and Type Method Description SdkIterable<Script>ListScriptsIterable. scripts()Returns an iterable to iterate through the paginatedListScriptsResponse.scripts()member.SdkPublisher<Script>ListScriptsPublisher. scripts()Returns a publisher that can be used to get a stream of data.
-