Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.GetWorkflowStepResponse
-
Packages that use GetWorkflowStepResponse 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 GetWorkflowStepResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return GetWorkflowStepResponse Modifier and Type Method Description default GetWorkflowStepResponseMigrationHubOrchestratorClient. getWorkflowStep(Consumer<GetWorkflowStepRequest.Builder> getWorkflowStepRequest)Get a step in the migration workflow.default GetWorkflowStepResponseMigrationHubOrchestratorClient. getWorkflowStep(GetWorkflowStepRequest getWorkflowStepRequest)Get a step in the migration workflow.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type GetWorkflowStepResponse Modifier and Type Method Description default CompletableFuture<GetWorkflowStepResponse>MigrationHubOrchestratorAsyncClient. getWorkflowStep(Consumer<GetWorkflowStepRequest.Builder> getWorkflowStepRequest)Get a step in the migration workflow.default CompletableFuture<GetWorkflowStepResponse>MigrationHubOrchestratorAsyncClient. getWorkflowStep(GetWorkflowStepRequest getWorkflowStepRequest)Get a step in the migration workflow.
-