| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution.Builder |
AutomationExecution.Builder.stepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
DescribeAutomationStepExecutionsResponse.Builder |
DescribeAutomationStepExecutionsResponse.Builder.stepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution.Builder |
AutomationExecution.Builder.stepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
DescribeAutomationStepExecutionsResponse.Builder |
DescribeAutomationStepExecutionsResponse.Builder.stepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<StepExecution> |
DescribeAutomationStepExecutionsPublisher.stepExecutions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<StepExecution> |
DescribeAutomationStepExecutionsIterable.stepExecutions()
Returns an iterable to iterate through the paginated
DescribeAutomationStepExecutionsResponse.stepExecutions() member. |
Copyright © 2022. All rights reserved.