| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ControlStatus |
UpdateStandardsControlRequest.controlStatus()
The updated status of the security standard control.
|
ControlStatus |
StandardsControl.controlStatus()
The current status of the security standard 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 |
SecurityControl.securityControlStatus()
The enablement status of a security control in a specific standard.
|
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 |
|---|---|
UpdateStandardsControlRequest.Builder |
UpdateStandardsControlRequest.Builder.controlStatus(ControlStatus controlStatus)
The updated status of the security standard control.
|
StandardsControl.Builder |
StandardsControl.Builder.controlStatus(ControlStatus controlStatus)
The current status of the security standard control.
|
SecurityControl.Builder |
SecurityControl.Builder.securityControlStatus(ControlStatus securityControlStatus)
The enablement status of a security control in a specific standard.
|
Copyright © 2023. All rights reserved.