| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppAssessmentSummary |
AppAssessmentSummary.clone() |
AppAssessmentSummary |
AppAssessmentSummary.withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
AppAssessmentSummary |
AppAssessmentSummary.withAppVersion(String appVersion)
Version of an application.
|
AppAssessmentSummary |
AppAssessmentSummary.withAssessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment.
|
AppAssessmentSummary |
AppAssessmentSummary.withAssessmentName(String assessmentName)
Name of the assessment.
|
AppAssessmentSummary |
AppAssessmentSummary.withAssessmentStatus(AssessmentStatus assessmentStatus)
Current status of the assessment for the resiliency policy.
|
AppAssessmentSummary |
AppAssessmentSummary.withAssessmentStatus(String assessmentStatus)
Current status of the assessment for the resiliency policy.
|
AppAssessmentSummary |
AppAssessmentSummary.withComplianceStatus(ComplianceStatus complianceStatus)
TCurrent status of compliance for the resiliency policy.
|
AppAssessmentSummary |
AppAssessmentSummary.withComplianceStatus(String complianceStatus)
TCurrent status of compliance for the resiliency policy.
|
AppAssessmentSummary |
AppAssessmentSummary.withCost(Cost cost)
Cost for an application.
|
AppAssessmentSummary |
AppAssessmentSummary.withDriftStatus(DriftStatus driftStatus)
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
|
AppAssessmentSummary |
AppAssessmentSummary.withDriftStatus(String driftStatus)
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
|
AppAssessmentSummary |
AppAssessmentSummary.withEndTime(Date endTime)
End time for the action.
|
AppAssessmentSummary |
AppAssessmentSummary.withInvoker(AssessmentInvoker invoker)
Entity that invoked the assessment.
|
AppAssessmentSummary |
AppAssessmentSummary.withInvoker(String invoker)
Entity that invoked the assessment.
|
AppAssessmentSummary |
AppAssessmentSummary.withMessage(String message)
Message from the assessment run.
|
AppAssessmentSummary |
AppAssessmentSummary.withResiliencyScore(Double resiliencyScore)
Current resiliency score for the application.
|
AppAssessmentSummary |
AppAssessmentSummary.withStartTime(Date startTime)
Starting time for the action.
|
AppAssessmentSummary |
AppAssessmentSummary.withVersionName(String versionName)
Name of an application version.
|
| 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 © 2024. All rights reserved.