Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsRequest
-
Packages that use ListWorkflowsRequest Package Description software.amazon.awssdk.services.migrationhuborchestrator This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator.software.amazon.awssdk.services.migrationhuborchestrator.paginators software.amazon.awssdk.services.migrationhuborchestrator.transform -
-
Uses of ListWorkflowsRequest in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator with parameters of type ListWorkflowsRequest Modifier and Type Method Description default CompletableFuture<ListWorkflowsResponse>MigrationHubOrchestratorAsyncClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)List the migration workflows.default ListWorkflowsResponseMigrationHubOrchestratorClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)List the migration workflows.default ListWorkflowsPublisherMigrationHubOrchestratorAsyncClient. listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest)List the migration workflows.default ListWorkflowsIterableMigrationHubOrchestratorClient. listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest)List the migration workflows. -
Uses of ListWorkflowsRequest in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Constructors in software.amazon.awssdk.services.migrationhuborchestrator.paginators with parameters of type ListWorkflowsRequest Constructor Description ListWorkflowsIterable(MigrationHubOrchestratorClient client, ListWorkflowsRequest firstRequest)ListWorkflowsPublisher(MigrationHubOrchestratorAsyncClient client, ListWorkflowsRequest firstRequest) -
Uses of ListWorkflowsRequest in software.amazon.awssdk.services.migrationhuborchestrator.transform
Methods in software.amazon.awssdk.services.migrationhuborchestrator.transform with parameters of type ListWorkflowsRequest Modifier and Type Method Description SdkHttpFullRequestListWorkflowsRequestMarshaller. marshall(ListWorkflowsRequest listWorkflowsRequest)
-