| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
ExcludeRecommendationReason |
BatchUpdateRecommendationStatusSuccessfulEntry.excludeReason()
Indicates the reason for excluding an operational recommendation.
|
ExcludeRecommendationReason |
UpdateRecommendationStatusRequestEntry.excludeReason()
Indicates the reason for excluding an operational recommendation.
|
ExcludeRecommendationReason |
RecommendationItem.excludeReason()
Indicates the reason for excluding an operational recommendation.
|
static ExcludeRecommendationReason |
ExcludeRecommendationReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExcludeRecommendationReason |
ExcludeRecommendationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcludeRecommendationReason[] |
ExcludeRecommendationReason.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<ExcludeRecommendationReason> |
ExcludeRecommendationReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRecommendationStatusSuccessfulEntry.Builder |
BatchUpdateRecommendationStatusSuccessfulEntry.Builder.excludeReason(ExcludeRecommendationReason excludeReason)
Indicates the reason for excluding an operational recommendation.
|
UpdateRecommendationStatusRequestEntry.Builder |
UpdateRecommendationStatusRequestEntry.Builder.excludeReason(ExcludeRecommendationReason excludeReason)
Indicates the reason for excluding an operational recommendation.
|
RecommendationItem.Builder |
RecommendationItem.Builder.excludeReason(ExcludeRecommendationReason excludeReason)
Indicates the reason for excluding an operational recommendation.
|
Copyright © 2023. All rights reserved.