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