Uses of Class
software.amazon.awssdk.services.nimble.model.ScriptParameterKeyValue
-
Packages that use ScriptParameterKeyValue Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of ScriptParameterKeyValue in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type ScriptParameterKeyValue Modifier and Type Method Description List<ScriptParameterKeyValue>CreateStudioComponentRequest. scriptParameters()Parameters for the studio component scripts.List<ScriptParameterKeyValue>StudioComponent. scriptParameters()Parameters for the studio component scripts.List<ScriptParameterKeyValue>UpdateStudioComponentRequest. scriptParameters()Parameters for the studio component scripts.Methods in software.amazon.awssdk.services.nimble.model with parameters of type ScriptParameterKeyValue Modifier and Type Method Description CreateStudioComponentRequest.BuilderCreateStudioComponentRequest.Builder. scriptParameters(ScriptParameterKeyValue... scriptParameters)Parameters for the studio component scripts.StudioComponent.BuilderStudioComponent.Builder. scriptParameters(ScriptParameterKeyValue... scriptParameters)Parameters for the studio component scripts.UpdateStudioComponentRequest.BuilderUpdateStudioComponentRequest.Builder. scriptParameters(ScriptParameterKeyValue... scriptParameters)Parameters for the studio component scripts.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type ScriptParameterKeyValue Modifier and Type Method Description CreateStudioComponentRequest.BuilderCreateStudioComponentRequest.Builder. scriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)Parameters for the studio component scripts.StudioComponent.BuilderStudioComponent.Builder. scriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)Parameters for the studio component scripts.UpdateStudioComponentRequest.BuilderUpdateStudioComponentRequest.Builder. scriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)Parameters for the studio component scripts.
-