| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ProgressCounters.Builder |
ProgressCounters.builder() |
ProgressCounters.Builder |
ProgressCounters.Builder.cancelledSteps(Integer cancelledSteps)
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current
Automation execution.
|
ProgressCounters.Builder |
ProgressCounters.Builder.failedSteps(Integer failedSteps)
The total number of steps that failed to execute in all specified AWS Regions and accounts for the current
Automation execution.
|
ProgressCounters.Builder |
ProgressCounters.Builder.successSteps(Integer successSteps)
The total number of steps that successfully completed in all specified AWS Regions and accounts for the
current Automation execution.
|
ProgressCounters.Builder |
ProgressCounters.Builder.timedOutSteps(Integer timedOutSteps)
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation
execution.
|
ProgressCounters.Builder |
ProgressCounters.toBuilder() |
ProgressCounters.Builder |
ProgressCounters.Builder.totalSteps(Integer totalSteps)
The total number of steps executed in all specified AWS Regions and accounts for the current Automation
execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProgressCounters.Builder> |
ProgressCounters.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AutomationExecution.Builder |
AutomationExecution.Builder.progressCounters(Consumer<ProgressCounters.Builder> progressCounters)
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account
Automation execution.
|
Copyright © 2018. All rights reserved.