| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
List<AlarmStateInformation> |
AssociationDescription.triggeredAlarms()
The CloudWatch alarm that was invoked during the association.
|
List<AlarmStateInformation> |
AutomationExecution.triggeredAlarms()
The CloudWatch alarm that was invoked by the automation.
|
List<AlarmStateInformation> |
AssociationExecution.triggeredAlarms()
The CloudWatch alarms that were invoked by the association.
|
List<AlarmStateInformation> |
AutomationExecutionMetadata.triggeredAlarms()
The CloudWatch alarm that was invoked by the automation.
|
List<AlarmStateInformation> |
MaintenanceWindowExecutionTaskIdentity.triggeredAlarms()
The CloudWatch alarm that was invoked by the maintenance window task.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationDescription.Builder |
AssociationDescription.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarm that was invoked during the association.
|
AutomationExecution.Builder |
AutomationExecution.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarm that was invoked by the automation.
|
AssociationExecution.Builder |
AssociationExecution.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarm that was invoked by the automation.
|
MaintenanceWindowExecutionTaskIdentity.Builder |
MaintenanceWindowExecutionTaskIdentity.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarm that was invoked by the maintenance window task.
|
Command.Builder |
Command.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarm that was invoked by the command.
|
GetMaintenanceWindowExecutionTaskResponse.Builder |
GetMaintenanceWindowExecutionTaskResponse.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarms that were invoked by the maintenance window task.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationDescription.Builder |
AssociationDescription.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarm that was invoked during the association.
|
AutomationExecution.Builder |
AutomationExecution.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarm that was invoked by the automation.
|
AssociationExecution.Builder |
AssociationExecution.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarm that was invoked by the automation.
|
MaintenanceWindowExecutionTaskIdentity.Builder |
MaintenanceWindowExecutionTaskIdentity.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarm that was invoked by the maintenance window task.
|
Command.Builder |
Command.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarm that was invoked by the command.
|
GetMaintenanceWindowExecutionTaskResponse.Builder |
GetMaintenanceWindowExecutionTaskResponse.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarms that were invoked by the maintenance window task.
|
Copyright © 2022. All rights reserved.