| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedSecurityControl> |
BatchGetSecurityControlsResponse.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 |
|---|---|
BatchGetSecurityControlsResponse.Builder |
BatchGetSecurityControlsResponse.Builder.unprocessedIds(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 |
|---|---|
BatchGetSecurityControlsResponse.Builder |
BatchGetSecurityControlsResponse.Builder.unprocessedIds(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.