Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmHistoryRequest.Builder
Packages that use DescribeAlarmHistoryRequest.Builder
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 DescribeAlarmHistoryRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DescribeAlarmHistoryRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.describeAlarmHistory(Consumer<DescribeAlarmHistoryRequest.Builder> describeAlarmHistoryRequest) Retrieves the history for the specified alarm.default DescribeAlarmHistoryResponseCloudWatchClient.describeAlarmHistory(Consumer<DescribeAlarmHistoryRequest.Builder> describeAlarmHistoryRequest) Retrieves the history for the specified alarm.default DescribeAlarmHistoryPublisherCloudWatchAsyncClient.describeAlarmHistoryPaginator(Consumer<DescribeAlarmHistoryRequest.Builder> describeAlarmHistoryRequest) This is a variant ofCloudWatchAsyncClient.describeAlarmHistory(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmHistoryRequest)operation.default DescribeAlarmHistoryIterableCloudWatchClient.describeAlarmHistoryPaginator(Consumer<DescribeAlarmHistoryRequest.Builder> describeAlarmHistoryRequest) This is a variant ofCloudWatchClient.describeAlarmHistory(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmHistoryRequest)operation. -
Uses of DescribeAlarmHistoryRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DescribeAlarmHistoryRequest.BuilderModifier and TypeMethodDescriptionDescribeAlarmHistoryRequest.Builder.alarmContributorId(String alarmContributorId) The unique identifier of a specific alarm contributor to filter the alarm history results.The name of the alarm.DescribeAlarmHistoryRequest.Builder.alarmTypes(Collection<AlarmType> alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmHistoryRequest.Builder.alarmTypes(AlarmType... alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmHistoryRequest.Builder.alarmTypesWithStrings(String... alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmHistoryRequest.Builder.alarmTypesWithStrings(Collection<String> alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmHistoryRequest.builder()The ending date to retrieve alarm history.DescribeAlarmHistoryRequest.Builder.historyItemType(String historyItemType) The type of alarm histories to retrieve.DescribeAlarmHistoryRequest.Builder.historyItemType(HistoryItemType historyItemType) The type of alarm histories to retrieve.DescribeAlarmHistoryRequest.Builder.maxRecords(Integer maxRecords) The maximum number of alarm history records to retrieve.The token returned by a previous call to indicate that there is more data available.DescribeAlarmHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeAlarmHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Specified whether to return the newest or oldest alarm history first.Specified whether to return the newest or oldest alarm history first.The starting date to retrieve alarm history.DescribeAlarmHistoryRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DescribeAlarmHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeAlarmHistoryRequest.Builder>DescribeAlarmHistoryRequest.serializableBuilderClass()