| 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 BatchUpdateStandardsControlAssociationsResponse |
SecurityHubClient.batchUpdateStandardsControlAssociations(Consumer<BatchUpdateStandardsControlAssociationsRequest.Builder> batchUpdateStandardsControlAssociationsRequest)
For a batch of security controls and standards, this operation updates the enablement status of a control in a
standard.
|
default CompletableFuture<BatchUpdateStandardsControlAssociationsResponse> |
SecurityHubAsyncClient.batchUpdateStandardsControlAssociations(Consumer<BatchUpdateStandardsControlAssociationsRequest.Builder> batchUpdateStandardsControlAssociationsRequest)
For a batch of security controls and standards, this operation updates the enablement status of a control in a
standard.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateStandardsControlAssociationsRequest.Builder |
BatchUpdateStandardsControlAssociationsRequest.builder() |
BatchUpdateStandardsControlAssociationsRequest.Builder |
BatchUpdateStandardsControlAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateStandardsControlAssociationsRequest.Builder |
BatchUpdateStandardsControlAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchUpdateStandardsControlAssociationsRequest.Builder |
BatchUpdateStandardsControlAssociationsRequest.Builder.standardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
|
BatchUpdateStandardsControlAssociationsRequest.Builder |
BatchUpdateStandardsControlAssociationsRequest.Builder.standardsControlAssociationUpdates(Consumer<StandardsControlAssociationUpdate.Builder>... standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
|
BatchUpdateStandardsControlAssociationsRequest.Builder |
BatchUpdateStandardsControlAssociationsRequest.Builder.standardsControlAssociationUpdates(StandardsControlAssociationUpdate... standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
|
BatchUpdateStandardsControlAssociationsRequest.Builder |
BatchUpdateStandardsControlAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpdateStandardsControlAssociationsRequest.Builder> |
BatchUpdateStandardsControlAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.