Uses of Interface
software.amazon.awssdk.services.securityhub.model.BatchDisableStandardsRequest.Builder
-
Packages that use BatchDisableStandardsRequest.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 BatchDisableStandardsRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type BatchDisableStandardsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDisableStandardsResponse>SecurityHubAsyncClient. batchDisableStandards(Consumer<BatchDisableStandardsRequest.Builder> batchDisableStandardsRequest)Disables the standards specified by the providedStandardsSubscriptionArns.default BatchDisableStandardsResponseSecurityHubClient. batchDisableStandards(Consumer<BatchDisableStandardsRequest.Builder> batchDisableStandardsRequest)Disables the standards specified by the providedStandardsSubscriptionArns. -
Uses of BatchDisableStandardsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type BatchDisableStandardsRequest.Builder Modifier and Type Method Description static Class<? extends BatchDisableStandardsRequest.Builder>BatchDisableStandardsRequest. serializableBuilderClass()
-