| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
StaticValue |
StaticValue.clone() |
StaticValue |
RemediationParameterValue.getStaticValue()
The value is static and does not change at run-time.
|
StaticValue |
StaticValue.withValues(Collection<String> values)
A list of values.
|
StaticValue |
StaticValue.withValues(String... values)
A list of values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemediationParameterValue.setStaticValue(StaticValue staticValue)
The value is static and does not change at run-time.
|
RemediationParameterValue |
RemediationParameterValue.withStaticValue(StaticValue staticValue)
The value is static and does not change at run-time.
|
Copyright © 2024. All rights reserved.