| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
App |
App.addTagsEntry(String key,
String value)
Add a single Tags entry
|
App |
App.clearTagsEntries()
Removes all the entries added into Tags.
|
App |
App.clone() |
App |
UpdateAppResult.getApp()
The specified application, returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
App |
DescribeAppResult.getApp()
The specified application, returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
App |
CreateAppResult.getApp()
The created application returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
App |
App.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
App |
App.withAssessmentSchedule(AppAssessmentScheduleType assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
App |
App.withAssessmentSchedule(String assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
App |
App.withComplianceStatus(AppComplianceStatusType complianceStatus)
The current status of compliance for the resiliency policy.
|
App |
App.withComplianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
|
App |
App.withCreationTime(Date creationTime)
The timestamp for when the app was created.
|
App |
App.withDescription(String description)
The optional description for an app.
|
App |
App.withLastAppComplianceEvaluationTime(Date lastAppComplianceEvaluationTime)
The timestamp for the most recent compliance evaluation.
|
App |
App.withLastResiliencyScoreEvaluationTime(Date lastResiliencyScoreEvaluationTime)
The timestamp for the most recent resiliency score evaluation.
|
App |
App.withName(String name)
The name for the application.
|
App |
App.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy.
|
App |
App.withResiliencyScore(Double resiliencyScore)
The current resiliency score for the application.
|
App |
App.withStatus(AppStatusType status)
The status of the action.
|
App |
App.withStatus(String status)
The status of the action.
|
App |
App.withTags(Map<String,String> tags)
The tags assigned to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAppResult.setApp(App app)
The specified application, returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
void |
DescribeAppResult.setApp(App app)
The specified application, returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
void |
CreateAppResult.setApp(App app)
The created application returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
UpdateAppResult |
UpdateAppResult.withApp(App app)
The specified application, returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
DescribeAppResult |
DescribeAppResult.withApp(App app)
The specified application, returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
CreateAppResult |
CreateAppResult.withApp(App app)
The created application returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
Copyright © 2022. All rights reserved.