Uses of Class
software.amazon.awssdk.services.securityhub.model.DescribeHubResponse
-
Packages that use DescribeHubResponse 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 DescribeHubResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return DescribeHubResponse Modifier and Type Method Description default DescribeHubResponseSecurityHubClient. describeHub(Consumer<DescribeHubRequest.Builder> describeHubRequest)Returns details about the Hub resource in your account, including theHubArnand the time when you enabled Security Hub.default DescribeHubResponseSecurityHubClient. describeHub(DescribeHubRequest describeHubRequest)Returns details about the Hub resource in your account, including theHubArnand the time when you enabled Security Hub.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type DescribeHubResponse Modifier and Type Method Description default CompletableFuture<DescribeHubResponse>SecurityHubAsyncClient. describeHub(Consumer<DescribeHubRequest.Builder> describeHubRequest)Returns details about the Hub resource in your account, including theHubArnand the time when you enabled Security Hub.default CompletableFuture<DescribeHubResponse>SecurityHubAsyncClient. describeHub(DescribeHubRequest describeHubRequest)Returns details about the Hub resource in your account, including theHubArnand the time when you enabled Security Hub.
-