| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationTemplate |
RecommendationTemplate.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RecommendationTemplate |
RecommendationTemplate.clearTagsEntries()
Removes all the entries added into Tags.
|
RecommendationTemplate |
RecommendationTemplate.clone() |
RecommendationTemplate |
CreateRecommendationTemplateResult.getRecommendationTemplate()
The newly created recommendation template, returned as an object.
|
RecommendationTemplate |
RecommendationTemplate.withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
RecommendationTemplate |
RecommendationTemplate.withAssessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment.
|
RecommendationTemplate |
RecommendationTemplate.withEndTime(Date endTime)
The end time for the action.
|
RecommendationTemplate |
RecommendationTemplate.withFormat(String format)
Format of the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withFormat(TemplateFormat format)
Format of the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withMessage(String message)
Message for the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withName(String name)
Name for the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withNeedsReplacements(Boolean needsReplacements)
Indicates if replacements are needed.
|
RecommendationTemplate |
RecommendationTemplate.withRecommendationIds(Collection<String> recommendationIds)
Identifiers for the recommendations used in the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withRecommendationIds(String... recommendationIds)
Identifiers for the recommendations used in the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withRecommendationTemplateArn(String recommendationTemplateArn)
Amazon Resource Name (ARN) for the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withRecommendationTypes(Collection<String> recommendationTypes)
An array of strings that specify the recommendation template type or types.
|
RecommendationTemplate |
RecommendationTemplate.withRecommendationTypes(RenderRecommendationType... recommendationTypes)
An array of strings that specify the recommendation template type or types.
|
RecommendationTemplate |
RecommendationTemplate.withRecommendationTypes(String... recommendationTypes)
An array of strings that specify the recommendation template type or types.
|
RecommendationTemplate |
RecommendationTemplate.withStartTime(Date startTime)
The start time for the action.
|
RecommendationTemplate |
RecommendationTemplate.withStatus(RecommendationTemplateStatus status)
Status of the action.
|
RecommendationTemplate |
RecommendationTemplate.withStatus(String status)
Status of the action.
|
RecommendationTemplate |
RecommendationTemplate.withTags(Map<String,String> tags)
Tags assigned to the resource.
|
RecommendationTemplate |
RecommendationTemplate.withTemplatesLocation(S3Location templatesLocation)
The file location of the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationTemplate> |
ListRecommendationTemplatesResult.getRecommendationTemplates()
The recommendation templates for the Resilience Hub applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRecommendationTemplateResult.setRecommendationTemplate(RecommendationTemplate recommendationTemplate)
The newly created recommendation template, returned as an object.
|
CreateRecommendationTemplateResult |
CreateRecommendationTemplateResult.withRecommendationTemplate(RecommendationTemplate recommendationTemplate)
The newly created recommendation template, returned as an object.
|
ListRecommendationTemplatesResult |
ListRecommendationTemplatesResult.withRecommendationTemplates(RecommendationTemplate... recommendationTemplates)
The recommendation templates for the Resilience Hub applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationTemplatesResult.setRecommendationTemplates(Collection<RecommendationTemplate> recommendationTemplates)
The recommendation templates for the Resilience Hub applications.
|
ListRecommendationTemplatesResult |
ListRecommendationTemplatesResult.withRecommendationTemplates(Collection<RecommendationTemplate> recommendationTemplates)
The recommendation templates for the Resilience Hub applications.
|
Copyright © 2025. All rights reserved.