| 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 BatchGetStandardsControlAssociationsResponse |
SecurityHubClient.batchGetStandardsControlAssociations(Consumer<BatchGetStandardsControlAssociationsRequest.Builder> batchGetStandardsControlAssociationsRequest)
For a batch of security controls and standards, identifies whether each control is currently enabled or disabled
in a standard.
|
default CompletableFuture<BatchGetStandardsControlAssociationsResponse> |
SecurityHubAsyncClient.batchGetStandardsControlAssociations(Consumer<BatchGetStandardsControlAssociationsRequest.Builder> batchGetStandardsControlAssociationsRequest)
For a batch of security controls and standards, identifies whether each control is currently enabled or disabled
in a standard.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchGetStandardsControlAssociationsRequest.Builder |
BatchGetStandardsControlAssociationsRequest.builder() |
BatchGetStandardsControlAssociationsRequest.Builder |
BatchGetStandardsControlAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetStandardsControlAssociationsRequest.Builder |
BatchGetStandardsControlAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetStandardsControlAssociationsRequest.Builder |
BatchGetStandardsControlAssociationsRequest.Builder.standardsControlAssociationIds(Collection<StandardsControlAssociationId> standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
BatchGetStandardsControlAssociationsRequest.Builder |
BatchGetStandardsControlAssociationsRequest.Builder.standardsControlAssociationIds(Consumer<StandardsControlAssociationId.Builder>... standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
BatchGetStandardsControlAssociationsRequest.Builder |
BatchGetStandardsControlAssociationsRequest.Builder.standardsControlAssociationIds(StandardsControlAssociationId... standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
BatchGetStandardsControlAssociationsRequest.Builder |
BatchGetStandardsControlAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetStandardsControlAssociationsRequest.Builder> |
BatchGetStandardsControlAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.