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