| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
ScriptType |
ServerLaunchConfiguration.configureScriptType()
The type of configuration script.
|
static ScriptType |
ScriptType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScriptType |
SSMValidationParameters.scriptType()
The type of validation script.
|
ScriptType |
UserDataValidationParameters.scriptType()
The type of validation script.
|
static ScriptType |
ScriptType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ScriptType> |
ScriptType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.configureScriptType(ScriptType configureScriptType)
The type of configuration script.
|
SSMValidationParameters.Builder |
SSMValidationParameters.Builder.scriptType(ScriptType scriptType)
The type of validation script.
|
UserDataValidationParameters.Builder |
UserDataValidationParameters.Builder.scriptType(ScriptType scriptType)
The type of validation script.
|
Copyright © 2022. All rights reserved.