Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.CreateWorkflowStepGroupResponse
-
Packages that use CreateWorkflowStepGroupResponse 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 CreateWorkflowStepGroupResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return CreateWorkflowStepGroupResponse Modifier and Type Method Description default CreateWorkflowStepGroupResponseMigrationHubOrchestratorClient. createWorkflowStepGroup(Consumer<CreateWorkflowStepGroupRequest.Builder> createWorkflowStepGroupRequest)Create a step group in a migration workflow.default CreateWorkflowStepGroupResponseMigrationHubOrchestratorClient. createWorkflowStepGroup(CreateWorkflowStepGroupRequest createWorkflowStepGroupRequest)Create a step group in a migration workflow.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type CreateWorkflowStepGroupResponse Modifier and Type Method Description default CompletableFuture<CreateWorkflowStepGroupResponse>MigrationHubOrchestratorAsyncClient. createWorkflowStepGroup(Consumer<CreateWorkflowStepGroupRequest.Builder> createWorkflowStepGroupRequest)Create a step group in a migration workflow.default CompletableFuture<CreateWorkflowStepGroupResponse>MigrationHubOrchestratorAsyncClient. createWorkflowStepGroup(CreateWorkflowStepGroupRequest createWorkflowStepGroupRequest)Create a step group in a migration workflow.
-