| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static RemediationTargetType |
RemediationTargetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RemediationTargetType |
RemediationConfiguration.targetType()
The type of the target.
|
static RemediationTargetType |
RemediationTargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemediationTargetType[] |
RemediationTargetType.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<RemediationTargetType> |
RemediationTargetType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RemediationConfiguration.Builder |
RemediationConfiguration.Builder.targetType(RemediationTargetType targetType)
The type of the target.
|
Copyright © 2023. All rights reserved.