| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppAssessmentSummary |
AppAssessmentSummary.clone() |
AppAssessmentSummary |
AppAssessmentSummary.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
AppAssessmentSummary |
AppAssessmentSummary.withAppVersion(String appVersion)
The version of the application.
|
AppAssessmentSummary |
AppAssessmentSummary.withAssessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
AppAssessmentSummary |
AppAssessmentSummary.withAssessmentName(String assessmentName)
The name of the assessment.
|
AppAssessmentSummary |
AppAssessmentSummary.withAssessmentStatus(AssessmentStatus assessmentStatus)
The current status of the assessment for the resiliency policy.
|
AppAssessmentSummary |
AppAssessmentSummary.withAssessmentStatus(String assessmentStatus)
The current status of the assessment for the resiliency policy.
|
AppAssessmentSummary |
AppAssessmentSummary.withComplianceStatus(ComplianceStatus complianceStatus)
The current status of compliance for the resiliency policy.
|
AppAssessmentSummary |
AppAssessmentSummary.withComplianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
|
AppAssessmentSummary |
AppAssessmentSummary.withCost(Cost cost)
The cost for the application.
|
AppAssessmentSummary |
AppAssessmentSummary.withEndTime(Date endTime)
The end time for the action.
|
AppAssessmentSummary |
AppAssessmentSummary.withInvoker(AssessmentInvoker invoker)
The entity that invoked the assessment.
|
AppAssessmentSummary |
AppAssessmentSummary.withInvoker(String invoker)
The entity that invoked the assessment.
|
AppAssessmentSummary |
AppAssessmentSummary.withMessage(String message)
The message from the assessment run.
|
AppAssessmentSummary |
AppAssessmentSummary.withResiliencyScore(Double resiliencyScore)
The current resiliency score for the application.
|
AppAssessmentSummary |
AppAssessmentSummary.withStartTime(Date startTime)
The starting time for the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppAssessmentSummary> |
ListAppAssessmentsResult.getAssessmentSummaries()
The summaries for the specified assessments, returned as an object.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppAssessmentsResult |
ListAppAssessmentsResult.withAssessmentSummaries(AppAssessmentSummary... assessmentSummaries)
The summaries for the specified assessments, returned as an object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppAssessmentsResult.setAssessmentSummaries(Collection<AppAssessmentSummary> assessmentSummaries)
The summaries for the specified assessments, returned as an object.
|
ListAppAssessmentsResult |
ListAppAssessmentsResult.withAssessmentSummaries(Collection<AppAssessmentSummary> assessmentSummaries)
The summaries for the specified assessments, returned as an object.
|
Copyright © 2023. All rights reserved.