| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ProgressCounters |
ProgressCounters.clone() |
ProgressCounters |
AutomationExecution.getProgressCounters()
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account
Automation execution.
|
ProgressCounters |
ProgressCounters.withCancelledSteps(Integer cancelledSteps)
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current
Automation execution.
|
ProgressCounters |
ProgressCounters.withFailedSteps(Integer failedSteps)
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation
execution.
|
ProgressCounters |
ProgressCounters.withSuccessSteps(Integer successSteps)
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current
Automation execution.
|
ProgressCounters |
ProgressCounters.withTimedOutSteps(Integer timedOutSteps)
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation
execution.
|
ProgressCounters |
ProgressCounters.withTotalSteps(Integer totalSteps)
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationExecution.setProgressCounters(ProgressCounters progressCounters)
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account
Automation execution.
|
AutomationExecution |
AutomationExecution.withProgressCounters(ProgressCounters progressCounters)
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account
Automation execution.
|
Copyright © 2020. All rights reserved.