Uses of Class
software.amazon.awssdk.services.ssm.model.StepExecution
-
Packages that use StepExecution Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 StepExecution Modifier and Type Method Description List<StepExecution>AutomationExecution. stepExecutions()A list of details about the current state of all steps that comprise an execution.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 StepExecution Modifier and Type Method Description AutomationExecution.BuilderAutomationExecution.Builder. stepExecutions(StepExecution... stepExecutions)A list of details about the current state of all steps that comprise an execution.DescribeAutomationStepExecutionsResponse.BuilderDescribeAutomationStepExecutionsResponse.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 StepExecution Modifier and Type Method Description AutomationExecution.BuilderAutomationExecution.Builder. stepExecutions(Collection<StepExecution> stepExecutions)A list of details about the current state of all steps that comprise an execution.DescribeAutomationStepExecutionsResponse.BuilderDescribeAutomationStepExecutionsResponse.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 StepExecution Modifier and Type Method Description SdkIterable<StepExecution>DescribeAutomationStepExecutionsIterable. stepExecutions()Returns an iterable to iterate through the paginatedDescribeAutomationStepExecutionsResponse.stepExecutions()member.SdkPublisher<StepExecution>DescribeAutomationStepExecutionsPublisher. stepExecutions()Returns a publisher that can be used to get a stream of data.
-