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