Uses of Interface
software.amazon.awssdk.services.securityhub.model.EnableSecurityHubRequest.Builder
-
Packages that use EnableSecurityHubRequest.Builder Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.model -
-
Uses of EnableSecurityHubRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type EnableSecurityHubRequest.Builder Modifier and Type Method Description 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.default EnableSecurityHubResponseSecurityHubClient. enableSecurityHub(Consumer<EnableSecurityHubRequest.Builder> enableSecurityHubRequest)Enables Security Hub for your account in the current Region or the Region you specify in the request. -
Uses of EnableSecurityHubRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return EnableSecurityHubRequest.Builder Modifier and Type Method Description static EnableSecurityHubRequest.BuilderEnableSecurityHubRequest. builder()EnableSecurityHubRequest.BuilderEnableSecurityHubRequest.Builder. controlFindingGenerator(String controlFindingGenerator)This field, used when enabling Security Hub, 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.EnableSecurityHubRequest.BuilderEnableSecurityHubRequest.Builder. enableDefaultStandards(Boolean enableDefaultStandards)Whether to enable the security standards that Security Hub has designated as automatically enabled.EnableSecurityHubRequest.BuilderEnableSecurityHubRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableSecurityHubRequest.BuilderEnableSecurityHubRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableSecurityHubRequest.BuilderEnableSecurityHubRequest.Builder. tags(Map<String,String> tags)The tags to add to the hub resource when you enable Security Hub.EnableSecurityHubRequest.BuilderEnableSecurityHubRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type EnableSecurityHubRequest.Builder Modifier and Type Method Description static Class<? extends EnableSecurityHubRequest.Builder>EnableSecurityHubRequest. serializableBuilderClass()
-