| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ControlSetStatus |
ControlSetStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ControlSetStatus |
AssessmentControlSet.status()
The current status of the control set.
|
ControlSetStatus |
UpdateAssessmentControlSetStatusRequest.status()
The status of the control set that's being updated.
|
static ControlSetStatus |
ControlSetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlSetStatus[] |
ControlSetStatus.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<ControlSetStatus> |
ControlSetStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentControlSet.Builder |
AssessmentControlSet.Builder.status(ControlSetStatus status)
The current status of the control set.
|
UpdateAssessmentControlSetStatusRequest.Builder |
UpdateAssessmentControlSetStatusRequest.Builder.status(ControlSetStatus status)
The status of the control set that's being updated.
|
Copyright © 2023. All rights reserved.