| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StatusReason |
StatusReason.clone() |
StatusReason |
StatusReason.withDescription(String description)
The corresponding description for the status reason code.
|
StatusReason |
StatusReason.withReasonCode(String reasonCode)
A code that represents a reason for the control status.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatusReason> |
Compliance.getStatusReasons()
For findings generated from controls, a list of reasons behind the value of
Status. |
| Modifier and Type | Method and Description |
|---|---|
Compliance |
Compliance.withStatusReasons(StatusReason... statusReasons)
For findings generated from controls, a list of reasons behind the value of
Status. |
| Modifier and Type | Method and Description |
|---|---|
void |
Compliance.setStatusReasons(Collection<StatusReason> statusReasons)
For findings generated from controls, a list of reasons behind the value of
Status. |
Compliance |
Compliance.withStatusReasons(Collection<StatusReason> statusReasons)
For findings generated from controls, a list of reasons behind the value of
Status. |
Copyright © 2023. All rights reserved.