Uses of Class
software.amazon.awssdk.services.cloudwatch.model.SetAlarmStateResponse
Packages that use SetAlarmStateResponse
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 SetAlarmStateResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return SetAlarmStateResponseModifier and TypeMethodDescriptiondefault SetAlarmStateResponseCloudWatchClient.setAlarmState(Consumer<SetAlarmStateRequest.Builder> setAlarmStateRequest) Temporarily sets the state of an alarm for testing purposes.default SetAlarmStateResponseCloudWatchClient.setAlarmState(SetAlarmStateRequest setAlarmStateRequest) Temporarily sets the state of an alarm for testing purposes.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type SetAlarmStateResponseModifier and TypeMethodDescriptiondefault CompletableFuture<SetAlarmStateResponse>CloudWatchAsyncClient.setAlarmState(Consumer<SetAlarmStateRequest.Builder> setAlarmStateRequest) Temporarily sets the state of an alarm for testing purposes.default CompletableFuture<SetAlarmStateResponse>CloudWatchAsyncClient.setAlarmState(SetAlarmStateRequest setAlarmStateRequest) Temporarily sets the state of an alarm for testing purposes.