Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.CreateWorkflowResponse
-
Packages that use CreateWorkflowResponse 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. -
-
Uses of CreateWorkflowResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return CreateWorkflowResponse Modifier and Type Method Description default CreateWorkflowResponseMigrationHubOrchestratorClient. createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)Create a workflow to orchestrate your migrations.default CreateWorkflowResponseMigrationHubOrchestratorClient. createWorkflow(CreateWorkflowRequest createWorkflowRequest)Create a workflow to orchestrate your migrations.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type CreateWorkflowResponse Modifier and Type Method Description default CompletableFuture<CreateWorkflowResponse>MigrationHubOrchestratorAsyncClient. createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)Create a workflow to orchestrate your migrations.default CompletableFuture<CreateWorkflowResponse>MigrationHubOrchestratorAsyncClient. createWorkflow(CreateWorkflowRequest createWorkflowRequest)Create a workflow to orchestrate your migrations.
-