Uses of Class
software.amazon.awssdk.services.ssm.model.AlarmStateInformation
Packages that use AlarmStateInformation
-
Uses of AlarmStateInformation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AlarmStateInformationModifier and TypeMethodDescriptionfinal List<AlarmStateInformation>AssociationDescription.triggeredAlarms()The CloudWatch alarm that was invoked during the association.final List<AlarmStateInformation>AssociationExecution.triggeredAlarms()The CloudWatch alarms that were invoked by the association.final List<AlarmStateInformation>AutomationExecution.triggeredAlarms()The CloudWatch alarm that was invoked by the automation.final List<AlarmStateInformation>AutomationExecutionMetadata.triggeredAlarms()The CloudWatch alarm that was invoked by the automation.final List<AlarmStateInformation>Command.triggeredAlarms()The CloudWatch alarm that was invoked by the command.final List<AlarmStateInformation>GetMaintenanceWindowExecutionTaskResponse.triggeredAlarms()The CloudWatch alarms that were invoked by the maintenance window task.final List<AlarmStateInformation>MaintenanceWindowExecutionTaskIdentity.triggeredAlarms()The CloudWatch alarm that was invoked by the maintenance window task.final List<AlarmStateInformation>StepExecution.triggeredAlarms()The CloudWatch alarms that were invoked by the automation.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AlarmStateInformationModifier and TypeMethodDescriptionAssociationDescription.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked during the association.AssociationExecution.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarms that were invoked by the association.AutomationExecution.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked by the automation.AutomationExecutionMetadata.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked by the automation.Command.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked by the command.GetMaintenanceWindowExecutionTaskResponse.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarms that were invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked by the maintenance window task.StepExecution.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarms that were invoked by the automation.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AlarmStateInformationModifier and TypeMethodDescriptionAssociationDescription.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked during the association.AssociationExecution.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarms that were invoked by the association.AutomationExecution.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked by the automation.AutomationExecutionMetadata.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked by the automation.Command.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked by the command.GetMaintenanceWindowExecutionTaskResponse.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarms that were invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked by the maintenance window task.StepExecution.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarms that were invoked by the automation.