| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ControlStatus |
UpdateAssessmentControlRequest.controlStatus()
The status of the control.
|
static ControlStatus |
ControlStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ControlStatus |
AssessmentControl.status()
The status of the control.
|
static ControlStatus |
ControlStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlStatus[] |
ControlStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ControlStatus> |
ControlStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentControlRequest.Builder |
UpdateAssessmentControlRequest.Builder.controlStatus(ControlStatus controlStatus)
The status of the control.
|
AssessmentControl.Builder |
AssessmentControl.Builder.status(ControlStatus status)
The status of the control.
|
Copyright © 2022. All rights reserved.