| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model | |
| software.amazon.awssdk.services.imagebuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowStepMetadata> |
ListWorkflowStepExecutionsResponse.steps()
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.steps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.steps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<WorkflowStepMetadata> |
ListWorkflowStepExecutionsIterable.steps()
Returns an iterable to iterate through the paginated
ListWorkflowStepExecutionsResponse.steps() member. |
SdkPublisher<WorkflowStepMetadata> |
ListWorkflowStepExecutionsPublisher.steps()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.