Uses of Class
software.amazon.awssdk.services.sms.model.ScriptType
-
Packages that use ScriptType Package Description software.amazon.awssdk.services.sms.model -
-
Uses of ScriptType in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return ScriptType Modifier and Type Method Description ScriptTypeServerLaunchConfiguration. configureScriptType()The type of configuration script.static ScriptTypeScriptType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScriptTypeSSMValidationParameters. scriptType()The type of validation script.ScriptTypeUserDataValidationParameters. scriptType()The type of validation script.static ScriptTypeScriptType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScriptType[]ScriptType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ScriptType Modifier and Type Method Description static Set<ScriptType>ScriptType. knownValues()Methods in software.amazon.awssdk.services.sms.model with parameters of type ScriptType Modifier and Type Method Description ServerLaunchConfiguration.BuilderServerLaunchConfiguration.Builder. configureScriptType(ScriptType configureScriptType)The type of configuration script.SSMValidationParameters.BuilderSSMValidationParameters.Builder. scriptType(ScriptType scriptType)The type of validation script.UserDataValidationParameters.BuilderUserDataValidationParameters.Builder. scriptType(ScriptType scriptType)The type of validation script.
-