Uses of Interface
software.amazon.awssdk.services.ssm.model.ProgressCounters.Builder
Packages that use ProgressCounters.Builder
-
Uses of ProgressCounters.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ProgressCounters.BuilderModifier and TypeMethodDescriptionstatic ProgressCounters.BuilderProgressCounters.builder()ProgressCounters.Builder.cancelledSteps(Integer cancelledSteps) The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.ProgressCounters.Builder.failedSteps(Integer failedSteps) The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.ProgressCounters.Builder.successSteps(Integer successSteps) The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.ProgressCounters.Builder.timedOutSteps(Integer timedOutSteps) The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.ProgressCounters.toBuilder()ProgressCounters.Builder.totalSteps(Integer totalSteps) The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ProgressCounters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProgressCounters.Builder>ProgressCounters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ProgressCounters.BuilderModifier and TypeMethodDescriptiondefault AutomationExecution.BuilderAutomationExecution.Builder.progressCounters(Consumer<ProgressCounters.Builder> progressCounters) An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.