Uses of Class
software.amazon.awssdk.services.securityhub.model.DisableSecurityHubResponse
-
Packages that use DisableSecurityHubResponse 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. -
-
Uses of DisableSecurityHubResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return DisableSecurityHubResponse Modifier and Type Method Description default DisableSecurityHubResponseSecurityHubClient. disableSecurityHub()Disables Security Hub in your account only in the current Amazon Web Services Region.default DisableSecurityHubResponseSecurityHubClient. disableSecurityHub(Consumer<DisableSecurityHubRequest.Builder> disableSecurityHubRequest)Disables Security Hub in your account only in the current Amazon Web Services Region.default DisableSecurityHubResponseSecurityHubClient. disableSecurityHub(DisableSecurityHubRequest disableSecurityHubRequest)Disables Security Hub in your account only in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type DisableSecurityHubResponse Modifier and Type Method Description default CompletableFuture<DisableSecurityHubResponse>SecurityHubAsyncClient. disableSecurityHub()Disables Security Hub in your account only in the current Amazon Web Services Region.default CompletableFuture<DisableSecurityHubResponse>SecurityHubAsyncClient. disableSecurityHub(Consumer<DisableSecurityHubRequest.Builder> disableSecurityHubRequest)Disables Security Hub in your account only in the current Amazon Web Services Region.default CompletableFuture<DisableSecurityHubResponse>SecurityHubAsyncClient. disableSecurityHub(DisableSecurityHubRequest disableSecurityHubRequest)Disables Security Hub in your account only in the current Amazon Web Services Region.
-