| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static AssessmentStatus |
AssessmentStatus.fromValue(String value)
Use this in place of valueOf.
|
static AssessmentStatus |
AssessmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssessmentStatus[] |
AssessmentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentMetadata |
AssessmentMetadata.withStatus(AssessmentStatus status)
The overall status of the assessment.
|
UpdateAssessmentStatusRequest |
UpdateAssessmentStatusRequest.withStatus(AssessmentStatus status)
The current status of the assessment.
|
ListAssessmentsRequest |
ListAssessmentsRequest.withStatus(AssessmentStatus status)
The current status of the assessment.
|
AssessmentMetadataItem |
AssessmentMetadataItem.withStatus(AssessmentStatus status)
The current status of the assessment.
|
Copyright © 2022. All rights reserved.