| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppSummary |
AppSummary.clone() |
AppSummary |
AppSummary.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
AppSummary |
AppSummary.withAssessmentSchedule(AppAssessmentScheduleType assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
AppSummary |
AppSummary.withAssessmentSchedule(String assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
AppSummary |
AppSummary.withComplianceStatus(AppComplianceStatusType complianceStatus)
The current status of compliance for the resiliency policy.
|
AppSummary |
AppSummary.withComplianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
|
AppSummary |
AppSummary.withCreationTime(Date creationTime)
The timestamp for when the app was created.
|
AppSummary |
AppSummary.withDescription(String description)
The optional description for an app.
|
AppSummary |
AppSummary.withName(String name)
The name of the application.
|
AppSummary |
AppSummary.withResiliencyScore(Double resiliencyScore)
The current resiliency score for the application.
|
AppSummary |
AppSummary.withStatus(AppStatusType status)
The status of the application.
|
AppSummary |
AppSummary.withStatus(String status)
The status of the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppSummary> |
ListAppsResult.getAppSummaries()
Summaries for the AWS Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppsResult |
ListAppsResult.withAppSummaries(AppSummary... appSummaries)
Summaries for the AWS Resilience Hub application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsResult.setAppSummaries(Collection<AppSummary> appSummaries)
Summaries for the AWS Resilience Hub application.
|
ListAppsResult |
ListAppsResult.withAppSummaries(Collection<AppSummary> appSummaries)
Summaries for the AWS Resilience Hub application.
|
Copyright © 2023. All rights reserved.