Uses of Class
software.amazon.awssdk.services.ssm.model.AlarmStateInformation
-
Packages that use AlarmStateInformation Package Description software.amazon.awssdk.services.ssm.model -
-
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 AlarmStateInformation Modifier and Type Method Description List<AlarmStateInformation>AssociationDescription. triggeredAlarms()The CloudWatch alarm that was invoked during the association.List<AlarmStateInformation>AssociationExecution. triggeredAlarms()The CloudWatch alarms that were invoked by the association.List<AlarmStateInformation>AutomationExecution. triggeredAlarms()The CloudWatch alarm that was invoked by the automation.List<AlarmStateInformation>AutomationExecutionMetadata. triggeredAlarms()The CloudWatch alarm that was invoked by the automation.List<AlarmStateInformation>Command. triggeredAlarms()The CloudWatch alarm that was invoked by the command.List<AlarmStateInformation>GetMaintenanceWindowExecutionTaskResponse. triggeredAlarms()The CloudWatch alarms that were invoked by the maintenance window task.List<AlarmStateInformation>MaintenanceWindowExecutionTaskIdentity. triggeredAlarms()The CloudWatch alarm that was invoked by the maintenance window task.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 AlarmStateInformation Modifier and Type Method Description AssociationDescription.BuilderAssociationDescription.Builder. triggeredAlarms(AlarmStateInformation... triggeredAlarms)The CloudWatch alarm that was invoked during the association.AssociationExecution.BuilderAssociationExecution.Builder. triggeredAlarms(AlarmStateInformation... triggeredAlarms)The CloudWatch alarms that were invoked by the association.AutomationExecution.BuilderAutomationExecution.Builder. triggeredAlarms(AlarmStateInformation... triggeredAlarms)The CloudWatch alarm that was invoked by the automation.AutomationExecutionMetadata.BuilderAutomationExecutionMetadata.Builder. triggeredAlarms(AlarmStateInformation... triggeredAlarms)The CloudWatch alarm that was invoked by the automation.Command.BuilderCommand.Builder. triggeredAlarms(AlarmStateInformation... triggeredAlarms)The CloudWatch alarm that was invoked by the command.GetMaintenanceWindowExecutionTaskResponse.BuilderGetMaintenanceWindowExecutionTaskResponse.Builder. triggeredAlarms(AlarmStateInformation... triggeredAlarms)The CloudWatch alarms that were invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.BuilderMaintenanceWindowExecutionTaskIdentity.Builder. triggeredAlarms(AlarmStateInformation... triggeredAlarms)The CloudWatch alarm that was invoked by the maintenance window task.StepExecution.BuilderStepExecution.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 AlarmStateInformation Modifier and Type Method Description AssociationDescription.BuilderAssociationDescription.Builder. triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)The CloudWatch alarm that was invoked during the association.AssociationExecution.BuilderAssociationExecution.Builder. triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)The CloudWatch alarms that were invoked by the association.AutomationExecution.BuilderAutomationExecution.Builder. triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)The CloudWatch alarm that was invoked by the automation.AutomationExecutionMetadata.BuilderAutomationExecutionMetadata.Builder. triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)The CloudWatch alarm that was invoked by the automation.Command.BuilderCommand.Builder. triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)The CloudWatch alarm that was invoked by the command.GetMaintenanceWindowExecutionTaskResponse.BuilderGetMaintenanceWindowExecutionTaskResponse.Builder. triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)The CloudWatch alarms that were invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.BuilderMaintenanceWindowExecutionTaskIdentity.Builder. triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)The CloudWatch alarm that was invoked by the maintenance window task.StepExecution.BuilderStepExecution.Builder. triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)The CloudWatch alarms that were invoked by the automation.
-