| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static VariableType |
VariableType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VariableType |
VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VariableType |
DynamicSsmParameterValue.variable()
Variable dynamic parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VariableType> |
VariableType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicSsmParameterValue |
DynamicSsmParameterValue.fromVariable(VariableType variable)
Create an instance of this class with
DynamicSsmParameterValue.variableAsString() initialized to the given value. |
DynamicSsmParameterValue.Builder |
DynamicSsmParameterValue.Builder.variable(VariableType variable)
Variable dynamic parameters.
|
Copyright © 2023. All rights reserved.