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