Uses of Class
software.amazon.awssdk.services.cloudwatch.model.SetAlarmStateResponse
Packages that use SetAlarmStateResponse
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 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.