Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DisableAlarmActionsResponse
Packages that use DisableAlarmActionsResponse
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
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.