Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.StopWorkflowRequest
-
Packages that use StopWorkflowRequest 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 StopWorkflowRequest in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator with parameters of type StopWorkflowRequest Modifier and Type Method Description default CompletableFuture<StopWorkflowResponse>MigrationHubOrchestratorAsyncClient. stopWorkflow(StopWorkflowRequest stopWorkflowRequest)Stop an ongoing migration workflow.default StopWorkflowResponseMigrationHubOrchestratorClient. stopWorkflow(StopWorkflowRequest stopWorkflowRequest)Stop an ongoing migration workflow. -
Uses of StopWorkflowRequest in software.amazon.awssdk.services.migrationhuborchestrator.transform
Methods in software.amazon.awssdk.services.migrationhuborchestrator.transform with parameters of type StopWorkflowRequest Modifier and Type Method Description SdkHttpFullRequestStopWorkflowRequestMarshaller. marshall(StopWorkflowRequest stopWorkflowRequest)
-