| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetSecurityControlsResponse.Builder |
BatchGetSecurityControlsResponse.builder() |
BatchGetSecurityControlsResponse.Builder |
BatchGetSecurityControlsResponse.Builder.securityControls(Collection<SecurityControl> securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResponse.Builder |
BatchGetSecurityControlsResponse.Builder.securityControls(Consumer<SecurityControl.Builder>... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResponse.Builder |
BatchGetSecurityControlsResponse.Builder.securityControls(SecurityControl... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResponse.Builder |
BatchGetSecurityControlsResponse.toBuilder() |
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. |
BatchGetSecurityControlsResponse.Builder |
BatchGetSecurityControlsResponse.Builder.unprocessedIds(Consumer<UnprocessedSecurityControl.Builder>... unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) for which details cannot be returned. |
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 |
|---|---|
static Class<? extends BatchGetSecurityControlsResponse.Builder> |
BatchGetSecurityControlsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.