Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AlarmHistoryItem
Packages that use AlarmHistoryItem
Package
Description
-
Uses of AlarmHistoryItem in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AlarmHistoryItemModifier and TypeMethodDescriptionfinal List<AlarmHistoryItem>DescribeAlarmHistoryResponse.alarmHistoryItems()The alarm histories, in JSON format.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AlarmHistoryItemModifier and TypeMethodDescriptionDescribeAlarmHistoryResponse.Builder.alarmHistoryItems(AlarmHistoryItem... alarmHistoryItems) The alarm histories, in JSON format.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type AlarmHistoryItemModifier and TypeMethodDescriptionDescribeAlarmHistoryResponse.Builder.alarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems) The alarm histories, in JSON format. -
Uses of AlarmHistoryItem in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type AlarmHistoryItemModifier and TypeMethodDescriptionfinal SdkIterable<AlarmHistoryItem>DescribeAlarmHistoryIterable.alarmHistoryItems()Returns an iterable to iterate through the paginatedDescribeAlarmHistoryResponse.alarmHistoryItems()member.final SdkPublisher<AlarmHistoryItem>DescribeAlarmHistoryPublisher.alarmHistoryItems()Returns a publisher that can be used to get a stream of data.