| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ControlFindingGenerator |
UpdateSecurityHubConfigurationRequest.controlFindingGenerator()
Updates whether the calling account has consolidated control findings turned on.
|
ControlFindingGenerator |
DescribeHubResponse.controlFindingGenerator()
Specifies whether the calling account has consolidated control findings turned on.
|
ControlFindingGenerator |
EnableSecurityHubRequest.controlFindingGenerator()
This field, used when enabling Security Hub, specifies whether the calling account has consolidated control
findings turned on.
|
static ControlFindingGenerator |
ControlFindingGenerator.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ControlFindingGenerator |
ControlFindingGenerator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlFindingGenerator[] |
ControlFindingGenerator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ControlFindingGenerator> |
ControlFindingGenerator.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityHubConfigurationRequest.Builder |
UpdateSecurityHubConfigurationRequest.Builder.controlFindingGenerator(ControlFindingGenerator controlFindingGenerator)
Updates whether the calling account has consolidated control findings turned on.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.controlFindingGenerator(ControlFindingGenerator controlFindingGenerator)
Specifies whether the calling account has consolidated control findings turned on.
|
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.
|
Copyright © 2023. All rights reserved.