Uses of Interface
software.amazon.awssdk.services.gamelift.model.ListScriptsResponse.Builder
-
Packages that use ListScriptsResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ListScriptsResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ListScriptsResponse.Builder Modifier and Type Method Description static ListScriptsResponse.BuilderListScriptsResponse. builder()ListScriptsResponse.BuilderListScriptsResponse.Builder. nextToken(String nextToken)A token that indicates where to resume retrieving results on the next call to this operation.ListScriptsResponse.BuilderListScriptsResponse.Builder. scripts(Collection<Script> scripts)A set of properties describing the requested script.ListScriptsResponse.BuilderListScriptsResponse.Builder. scripts(Consumer<Script.Builder>... scripts)A set of properties describing the requested script.ListScriptsResponse.BuilderListScriptsResponse.Builder. scripts(Script... scripts)A set of properties describing the requested script.ListScriptsResponse.BuilderListScriptsResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ListScriptsResponse.Builder Modifier and Type Method Description static Class<? extends ListScriptsResponse.Builder>ListScriptsResponse. serializableBuilderClass()
-