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