Uses of Class
software.amazon.awssdk.services.ssm.model.StepExecution
Packages that use StepExecution
Package
Description
-
Uses of StepExecution in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StepExecutionModifier and TypeMethodDescriptionfinal List<StepExecution>AutomationExecution.stepExecutions()A list of details about the current state of all steps that comprise an execution.final List<StepExecution>DescribeAutomationStepExecutionsResponse.stepExecutions()A list of details about the current state of all steps that make up an execution.Methods in software.amazon.awssdk.services.ssm.model with parameters of type StepExecutionModifier and TypeMethodDescriptionAutomationExecution.Builder.stepExecutions(StepExecution... stepExecutions) A list of details about the current state of all steps that comprise an execution.DescribeAutomationStepExecutionsResponse.Builder.stepExecutions(StepExecution... stepExecutions) A list of details about the current state of all steps that make up an execution.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type StepExecutionModifier and TypeMethodDescriptionAutomationExecution.Builder.stepExecutions(Collection<StepExecution> stepExecutions) A list of details about the current state of all steps that comprise an execution.DescribeAutomationStepExecutionsResponse.Builder.stepExecutions(Collection<StepExecution> stepExecutions) A list of details about the current state of all steps that make up an execution. -
Uses of StepExecution in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type StepExecutionModifier and TypeMethodDescriptionfinal SdkIterable<StepExecution>DescribeAutomationStepExecutionsIterable.stepExecutions()Returns an iterable to iterate through the paginatedDescribeAutomationStepExecutionsResponse.stepExecutions()member.final SdkPublisher<StepExecution>DescribeAutomationStepExecutionsPublisher.stepExecutions()Returns a publisher that can be used to get a stream of data.