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