| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetSecurityControlsResponse |
SecurityHubClient.batchGetSecurityControls(Consumer<BatchGetSecurityControlsRequest.Builder> batchGetSecurityControlsRequest)
Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web
Services Region.
|
default CompletableFuture<BatchGetSecurityControlsResponse> |
SecurityHubAsyncClient.batchGetSecurityControls(Consumer<BatchGetSecurityControlsRequest.Builder> batchGetSecurityControlsRequest)
Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web
Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchGetSecurityControlsRequest.Builder |
BatchGetSecurityControlsRequest.builder() |
BatchGetSecurityControlsRequest.Builder |
BatchGetSecurityControlsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetSecurityControlsRequest.Builder |
BatchGetSecurityControlsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetSecurityControlsRequest.Builder |
BatchGetSecurityControlsRequest.Builder.securityControlIds(Collection<String> securityControlIds)
A list of security controls (identified with
SecurityControlId, SecurityControlArn,
or a mix of both parameters). |
BatchGetSecurityControlsRequest.Builder |
BatchGetSecurityControlsRequest.Builder.securityControlIds(String... securityControlIds)
A list of security controls (identified with
SecurityControlId, SecurityControlArn,
or a mix of both parameters). |
BatchGetSecurityControlsRequest.Builder |
BatchGetSecurityControlsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetSecurityControlsRequest.Builder> |
BatchGetSecurityControlsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.