| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model | |
| software.amazon.awssdk.services.migrationhuborchestrator.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowStepSummary> |
ListWorkflowStepsResponse.workflowStepsSummary()
The summary of steps in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepsResponse.Builder |
ListWorkflowStepsResponse.Builder.workflowStepsSummary(WorkflowStepSummary... workflowStepsSummary)
The summary of steps in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepsResponse.Builder |
ListWorkflowStepsResponse.Builder.workflowStepsSummary(Collection<WorkflowStepSummary> workflowStepsSummary)
The summary of steps in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<WorkflowStepSummary> |
ListWorkflowStepsPublisher.workflowStepsSummary()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<WorkflowStepSummary> |
ListWorkflowStepsIterable.workflowStepsSummary()
Returns an iterable to iterate through the paginated
ListWorkflowStepsResponse.workflowStepsSummary()
member. |
Copyright © 2023. All rights reserved.