Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchEnableStandardsResponse
-
Packages that use BatchEnableStandardsResponse 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 BatchEnableStandardsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return BatchEnableStandardsResponse Modifier and Type Method Description default BatchEnableStandardsResponseSecurityHubClient. batchEnableStandards(Consumer<BatchEnableStandardsRequest.Builder> batchEnableStandardsRequest)Enables the standards specified by the providedStandardsArn.default BatchEnableStandardsResponseSecurityHubClient. batchEnableStandards(BatchEnableStandardsRequest batchEnableStandardsRequest)Enables the standards specified by the providedStandardsArn.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type BatchEnableStandardsResponse Modifier and Type Method Description default CompletableFuture<BatchEnableStandardsResponse>SecurityHubAsyncClient. batchEnableStandards(Consumer<BatchEnableStandardsRequest.Builder> batchEnableStandardsRequest)Enables the standards specified by the providedStandardsArn.default CompletableFuture<BatchEnableStandardsResponse>SecurityHubAsyncClient. batchEnableStandards(BatchEnableStandardsRequest batchEnableStandardsRequest)Enables the standards specified by the providedStandardsArn.
-