Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmHistoryResponse
Packages that use DescribeAlarmHistoryResponse
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 DescribeAlarmHistoryResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return DescribeAlarmHistoryResponseModifier and TypeMethodDescriptiondefault DescribeAlarmHistoryResponseCloudWatchClient.describeAlarmHistory()Retrieves the history for the specified alarm.default DescribeAlarmHistoryResponseCloudWatchClient.describeAlarmHistory(Consumer<DescribeAlarmHistoryRequest.Builder> describeAlarmHistoryRequest) Retrieves the history for the specified alarm.default DescribeAlarmHistoryResponseCloudWatchClient.describeAlarmHistory(DescribeAlarmHistoryRequest describeAlarmHistoryRequest) Retrieves the history for the specified alarm.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type DescribeAlarmHistoryResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.describeAlarmHistory()Retrieves the history for the specified alarm.CloudWatchAsyncClient.describeAlarmHistory(Consumer<DescribeAlarmHistoryRequest.Builder> describeAlarmHistoryRequest) Retrieves the history for the specified alarm.CloudWatchAsyncClient.describeAlarmHistory(DescribeAlarmHistoryRequest describeAlarmHistoryRequest) Retrieves the history for the specified alarm. -
Uses of DescribeAlarmHistoryResponse in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type DescribeAlarmHistoryResponseMethod parameters in software.amazon.awssdk.services.cloudwatch.paginators with type arguments of type DescribeAlarmHistoryResponseModifier and TypeMethodDescriptionvoidDescribeAlarmHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeAlarmHistoryResponse> subscriber)