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