| 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 |
CreateAppResult.getApp()
The created 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 |
App.withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub 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)
Current status of compliance for the resiliency policy.
|
App |
App.withComplianceStatus(String complianceStatus)
Current status of compliance for the resiliency policy.
|
App |
App.withCreationTime(Date creationTime)
Date and time when the app was created.
|
App |
App.withDescription(String description)
Optional description for an application.
|
App |
App.withDriftStatus(AppDriftStatusType driftStatus)
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
|
App |
App.withDriftStatus(String driftStatus)
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
|
App |
App.withEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
App |
App.withEventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
App |
App.withLastAppComplianceEvaluationTime(Date lastAppComplianceEvaluationTime)
Date and time the most recent compliance evaluation.
|
App |
App.withLastDriftEvaluationTime(Date lastDriftEvaluationTime)
Indicates the last time that a drift was evaluated.
|
App |
App.withLastResiliencyScoreEvaluationTime(Date lastResiliencyScoreEvaluationTime)
Date and time the most recent resiliency score evaluation.
|
App |
App.withName(String name)
Name for the application.
|
App |
App.withPermissionModel(PermissionModel permissionModel)
Defines the roles and credentials that Resilience Hub would use while creating the application, importing its
resources, and running an assessment.
|
App |
App.withPolicyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy.
|
App |
App.withResiliencyScore(Double resiliencyScore)
Current resiliency score for the application.
|
App |
App.withRpoInSecs(Integer rpoInSecs)
Recovery Point Objective (RPO) in seconds.
|
App |
App.withRtoInSecs(Integer rtoInSecs)
Recovery Time Objective (RTO) in seconds.
|
App |
App.withStatus(AppStatusType status)
Status of the application.
|
App |
App.withStatus(String status)
Status of the application.
|
App |
App.withTags(Map<String,String> tags)
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 |
CreateAppResult.setApp(App app)
The created 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.
|
UpdateAppResult |
UpdateAppResult.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.
|
DescribeAppResult |
DescribeAppResult.withApp(App app)
The specified application, returned as an object with details including compliance status, creation time,
description, resiliency score, and more.
|
Copyright © 2024. All rights reserved.