Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.WorkflowStepGroupSummary
-
Packages that use WorkflowStepGroupSummary Package Description software.amazon.awssdk.services.migrationhuborchestrator.model software.amazon.awssdk.services.migrationhuborchestrator.paginators -
-
Uses of WorkflowStepGroupSummary in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type WorkflowStepGroupSummary Modifier and Type Method Description List<WorkflowStepGroupSummary>ListWorkflowStepGroupsResponse. workflowStepGroupsSummary()The summary of step groups in a migration workflow.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type WorkflowStepGroupSummary Modifier and Type Method Description ListWorkflowStepGroupsResponse.BuilderListWorkflowStepGroupsResponse.Builder. workflowStepGroupsSummary(WorkflowStepGroupSummary... workflowStepGroupsSummary)The summary of step groups in a migration workflow.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type WorkflowStepGroupSummary Modifier and Type Method Description ListWorkflowStepGroupsResponse.BuilderListWorkflowStepGroupsResponse.Builder. workflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)The summary of step groups in a migration workflow. -
Uses of WorkflowStepGroupSummary in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type WorkflowStepGroupSummary Modifier and Type Method Description SdkIterable<WorkflowStepGroupSummary>ListWorkflowStepGroupsIterable. workflowStepGroupsSummary()Returns an iterable to iterate through the paginatedListWorkflowStepGroupsResponse.workflowStepGroupsSummary()member.SdkPublisher<WorkflowStepGroupSummary>ListWorkflowStepGroupsPublisher. workflowStepGroupsSummary()Returns a publisher that can be used to get a stream of data.
-