Uses of Class
software.amazon.awssdk.services.securityhub.model.ControlFindingGenerator
-
Packages that use ControlFindingGenerator Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of ControlFindingGenerator in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ControlFindingGenerator Modifier and Type Method Description ControlFindingGeneratorDescribeHubResponse. controlFindingGenerator()Specifies whether the calling account has consolidated control findings turned on.ControlFindingGeneratorEnableSecurityHubRequest. controlFindingGenerator()This field, used when enabling Security Hub, specifies whether the calling account has consolidated control findings turned on.ControlFindingGeneratorUpdateSecurityHubConfigurationRequest. controlFindingGenerator()Updates whether the calling account has consolidated control findings turned on.static ControlFindingGeneratorControlFindingGenerator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ControlFindingGeneratorControlFindingGenerator. 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.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ControlFindingGenerator Modifier and Type Method Description static Set<ControlFindingGenerator>ControlFindingGenerator. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ControlFindingGenerator Modifier and Type Method Description DescribeHubResponse.BuilderDescribeHubResponse.Builder. controlFindingGenerator(ControlFindingGenerator controlFindingGenerator)Specifies whether the calling account has consolidated control findings turned on.EnableSecurityHubRequest.BuilderEnableSecurityHubRequest.Builder. controlFindingGenerator(ControlFindingGenerator controlFindingGenerator)This field, used when enabling Security Hub, specifies whether the calling account has consolidated control findings turned on.UpdateSecurityHubConfigurationRequest.BuilderUpdateSecurityHubConfigurationRequest.Builder. controlFindingGenerator(ControlFindingGenerator controlFindingGenerator)Updates whether the calling account has consolidated control findings turned on.
-