Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateScriptResponse.Builder
-
Packages that use CreateScriptResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateScriptResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateScriptResponse.Builder Modifier and Type Method Description static CreateScriptResponse.BuilderCreateScriptResponse. builder()default CreateScriptResponse.BuilderCreateScriptResponse.Builder. script(Consumer<Script.Builder> script)The newly created script record with a unique script ID and ARN.CreateScriptResponse.BuilderCreateScriptResponse.Builder. script(Script script)The newly created script record with a unique script ID and ARN.CreateScriptResponse.BuilderCreateScriptResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateScriptResponse.Builder Modifier and Type Method Description static Class<? extends CreateScriptResponse.Builder>CreateScriptResponse. serializableBuilderClass()
-