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