Uses of Class
software.amazon.awssdk.services.securityhub.model.EnableSecurityHubResponse
-
Packages that use EnableSecurityHubResponse 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. -
-
Uses of EnableSecurityHubResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return EnableSecurityHubResponse Modifier and Type Method Description default EnableSecurityHubResponseSecurityHubClient. enableSecurityHub()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.default EnableSecurityHubResponseSecurityHubClient. enableSecurityHub(EnableSecurityHubRequest enableSecurityHubRequest)Enables Security Hub for your account in the current Region or the Region you specify in the request.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type EnableSecurityHubResponse Modifier and Type Method Description default CompletableFuture<EnableSecurityHubResponse>SecurityHubAsyncClient. enableSecurityHub()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.default CompletableFuture<EnableSecurityHubResponse>SecurityHubAsyncClient. enableSecurityHub(EnableSecurityHubRequest enableSecurityHubRequest)Enables Security Hub for your account in the current Region or the Region you specify in the request.
-