| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedSecurityControl |
UnprocessedSecurityControl.clone() |
UnprocessedSecurityControl |
UnprocessedSecurityControl.withErrorCode(String errorCode)
The error code for the unprocessed security control.
|
UnprocessedSecurityControl |
UnprocessedSecurityControl.withErrorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed security control.
|
UnprocessedSecurityControl |
UnprocessedSecurityControl.withErrorReason(String errorReason)
The reason why the security control was unprocessed.
|
UnprocessedSecurityControl |
UnprocessedSecurityControl.withSecurityControlId(String securityControlId)
The control (identified with
SecurityControlId, SecurityControlArn, or a mix of both
parameters) for which a response couldn't be returned. |
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedSecurityControl> |
BatchGetSecurityControlsResult.getUnprocessedIds()
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which details cannot be returned. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.withUnprocessedIds(UnprocessedSecurityControl... unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which details cannot be returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetSecurityControlsResult.setUnprocessedIds(Collection<UnprocessedSecurityControl> unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which details cannot be returned. |
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.withUnprocessedIds(Collection<UnprocessedSecurityControl> unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which details cannot be returned. |
Copyright © 2023. All rights reserved.