| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
static RenderRecommendationType |
RenderRecommendationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static RenderRecommendationType |
RenderRecommendationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderRecommendationType[] |
RenderRecommendationType.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<RenderRecommendationType> |
RenderRecommendationType.knownValues()
|
List<RenderRecommendationType> |
RecommendationTemplate.recommendationTypes()
An array of strings that specify the recommendation template type or types.
|
List<RenderRecommendationType> |
CreateRecommendationTemplateRequest.recommendationTypes()
An array of strings that specify the recommendation template type or types.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationTemplate.Builder |
RecommendationTemplate.Builder.recommendationTypes(RenderRecommendationType... recommendationTypes)
An array of strings that specify the recommendation template type or types.
|
CreateRecommendationTemplateRequest.Builder |
CreateRecommendationTemplateRequest.Builder.recommendationTypes(RenderRecommendationType... recommendationTypes)
An array of strings that specify the recommendation template type or types.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationTemplate.Builder |
RecommendationTemplate.Builder.recommendationTypes(Collection<RenderRecommendationType> recommendationTypes)
An array of strings that specify the recommendation template type or types.
|
CreateRecommendationTemplateRequest.Builder |
CreateRecommendationTemplateRequest.Builder.recommendationTypes(Collection<RenderRecommendationType> recommendationTypes)
An array of strings that specify the recommendation template type or types.
|
Copyright © 2022. All rights reserved.