Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsResponse
-
Packages that use ListWorkflowsResponse 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 -
-
Uses of ListWorkflowsResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return ListWorkflowsResponse Modifier and Type Method Description default ListWorkflowsResponseMigrationHubOrchestratorClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)List the migration workflows.default ListWorkflowsResponseMigrationHubOrchestratorClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)List the migration workflows.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type ListWorkflowsResponse Modifier and Type Method Description default CompletableFuture<ListWorkflowsResponse>MigrationHubOrchestratorAsyncClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)List the migration workflows.default CompletableFuture<ListWorkflowsResponse>MigrationHubOrchestratorAsyncClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)List the migration workflows. -
Uses of ListWorkflowsResponse in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type ListWorkflowsResponse Modifier and Type Method Description Iterator<ListWorkflowsResponse>ListWorkflowsIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.paginators with type arguments of type ListWorkflowsResponse Modifier and Type Method Description voidListWorkflowsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkflowsResponse> subscriber)
-