Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationWorkflowSummary
-
Packages that use MigrationWorkflowSummary Package Description software.amazon.awssdk.services.migrationhuborchestrator.model software.amazon.awssdk.services.migrationhuborchestrator.paginators -
-
Uses of MigrationWorkflowSummary in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type MigrationWorkflowSummary Modifier and Type Method Description List<MigrationWorkflowSummary>ListWorkflowsResponse. migrationWorkflowSummary()The summary of the migration workflow.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type MigrationWorkflowSummary Modifier and Type Method Description ListWorkflowsResponse.BuilderListWorkflowsResponse.Builder. migrationWorkflowSummary(MigrationWorkflowSummary... migrationWorkflowSummary)The summary of the migration workflow.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type MigrationWorkflowSummary Modifier and Type Method Description ListWorkflowsResponse.BuilderListWorkflowsResponse.Builder. migrationWorkflowSummary(Collection<MigrationWorkflowSummary> migrationWorkflowSummary)The summary of the migration workflow. -
Uses of MigrationWorkflowSummary in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type MigrationWorkflowSummary Modifier and Type Method Description SdkIterable<MigrationWorkflowSummary>ListWorkflowsIterable. migrationWorkflowSummary()Returns an iterable to iterate through the paginatedListWorkflowsResponse.migrationWorkflowSummary()member.SdkPublisher<MigrationWorkflowSummary>ListWorkflowsPublisher. migrationWorkflowSummary()Returns a publisher that can be used to get a stream of data.
-