| 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 EnableSecurityHubResponse |
SecurityHubClient.enableSecurityHub(Consumer<EnableSecurityHubRequest.Builder> enableSecurityHubRequest)
Enables Security Hub for your account in the current Region or the Region you specify in the request.
|
default CompletableFuture<EnableSecurityHubResponse> |
SecurityHubAsyncClient.enableSecurityHub(Consumer<EnableSecurityHubRequest.Builder> enableSecurityHubRequest)
Enables Security Hub for your account in the current Region or the Region you specify in the request.
|
| Modifier and Type | Method and Description |
|---|---|
static EnableSecurityHubRequest.Builder |
EnableSecurityHubRequest.builder() |
EnableSecurityHubRequest.Builder |
EnableSecurityHubRequest.Builder.controlFindingGenerator(ControlFindingGenerator controlFindingGenerator)
This field, used when enabling Security Hub, specifies whether the calling account has consolidated control
findings turned on.
|
EnableSecurityHubRequest.Builder |
EnableSecurityHubRequest.Builder.controlFindingGenerator(String controlFindingGenerator)
This field, used when enabling Security Hub, specifies whether the calling account has consolidated control
findings turned on.
|
EnableSecurityHubRequest.Builder |
EnableSecurityHubRequest.Builder.enableDefaultStandards(Boolean enableDefaultStandards)
Whether to enable the security standards that Security Hub has designated as automatically enabled.
|
EnableSecurityHubRequest.Builder |
EnableSecurityHubRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableSecurityHubRequest.Builder |
EnableSecurityHubRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableSecurityHubRequest.Builder |
EnableSecurityHubRequest.Builder.tags(Map<String,String> tags)
The tags to add to the hub resource when you enable Security Hub.
|
EnableSecurityHubRequest.Builder |
EnableSecurityHubRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnableSecurityHubRequest.Builder> |
EnableSecurityHubRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.