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