Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DisableAlarmActionsResponse
Packages that use DisableAlarmActionsResponse
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of DisableAlarmActionsResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return DisableAlarmActionsResponseModifier and TypeMethodDescriptiondefault DisableAlarmActionsResponseCloudWatchClient.disableAlarmActions(Consumer<DisableAlarmActionsRequest.Builder> disableAlarmActionsRequest) Disables the actions for the specified alarms.default DisableAlarmActionsResponseCloudWatchClient.disableAlarmActions(DisableAlarmActionsRequest disableAlarmActionsRequest) Disables the actions for the specified alarms.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type DisableAlarmActionsResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.disableAlarmActions(Consumer<DisableAlarmActionsRequest.Builder> disableAlarmActionsRequest) Disables the actions for the specified alarms.CloudWatchAsyncClient.disableAlarmActions(DisableAlarmActionsRequest disableAlarmActionsRequest) Disables the actions for the specified alarms.