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 the security state of your Amazon Web Services environment and resources. -
-
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.
-