Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.UpdateWorkflowStepGroupResponse
-
Packages that use UpdateWorkflowStepGroupResponse 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 UpdateWorkflowStepGroupResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return UpdateWorkflowStepGroupResponse Modifier and Type Method Description default UpdateWorkflowStepGroupResponseMigrationHubOrchestratorClient. updateWorkflowStepGroup(Consumer<UpdateWorkflowStepGroupRequest.Builder> updateWorkflowStepGroupRequest)Update the step group in a migration workflow.default UpdateWorkflowStepGroupResponseMigrationHubOrchestratorClient. updateWorkflowStepGroup(UpdateWorkflowStepGroupRequest updateWorkflowStepGroupRequest)Update the step group in a migration workflow.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type UpdateWorkflowStepGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateWorkflowStepGroupResponse>MigrationHubOrchestratorAsyncClient. updateWorkflowStepGroup(Consumer<UpdateWorkflowStepGroupRequest.Builder> updateWorkflowStepGroupRequest)Update the step group in a migration workflow.default CompletableFuture<UpdateWorkflowStepGroupResponse>MigrationHubOrchestratorAsyncClient. updateWorkflowStepGroup(UpdateWorkflowStepGroupRequest updateWorkflowStepGroupRequest)Update the step group in a migration workflow.
-