| 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)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
RecommendationTemplate |
RecommendationTemplate.withAssessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
RecommendationTemplate |
RecommendationTemplate.withEndTime(Date endTime)
The end time for the action.
|
RecommendationTemplate |
RecommendationTemplate.withFormat(String format)
The format of the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withFormat(TemplateFormat format)
The format of the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withMessage(String message)
The message for the recommendation template.
|
RecommendationTemplate |
RecommendationTemplate.withName(String name)
The 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)
The 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)
The status of the action.
|
RecommendationTemplate |
RecommendationTemplate.withStatus(String status)
The status of the action.
|
RecommendationTemplate |
RecommendationTemplate.withTags(Map<String,String> tags)
The 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 © 2023. All rights reserved.