Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AlarmContributor
Packages that use AlarmContributor
-
Uses of AlarmContributor in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AlarmContributorModifier and TypeMethodDescriptionfinal List<AlarmContributor>DescribeAlarmContributorsResponse.alarmContributors()A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AlarmContributorModifier and TypeMethodDescriptionDescribeAlarmContributorsResponse.Builder.alarmContributors(AlarmContributor... alarmContributors) A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type AlarmContributorModifier and TypeMethodDescriptionDescribeAlarmContributorsResponse.Builder.alarmContributors(Collection<AlarmContributor> alarmContributors) A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.