Uses of Interface
software.amazon.awssdk.services.migrationhuborchestrator.model.StopWorkflowRequest.Builder
-
Packages that use StopWorkflowRequest.Builder 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.model -
-
Uses of StopWorkflowRequest.Builder in software.amazon.awssdk.services.migrationhuborchestrator
Method parameters in software.amazon.awssdk.services.migrationhuborchestrator with type arguments of type StopWorkflowRequest.Builder Modifier and Type Method Description default CompletableFuture<StopWorkflowResponse>MigrationHubOrchestratorAsyncClient. stopWorkflow(Consumer<StopWorkflowRequest.Builder> stopWorkflowRequest)Stop an ongoing migration workflow.default StopWorkflowResponseMigrationHubOrchestratorClient. stopWorkflow(Consumer<StopWorkflowRequest.Builder> stopWorkflowRequest)Stop an ongoing migration workflow. -
Uses of StopWorkflowRequest.Builder in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return StopWorkflowRequest.Builder Modifier and Type Method Description static StopWorkflowRequest.BuilderStopWorkflowRequest. builder()StopWorkflowRequest.BuilderStopWorkflowRequest.Builder. id(String id)The ID of the migration workflow.StopWorkflowRequest.BuilderStopWorkflowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopWorkflowRequest.BuilderStopWorkflowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopWorkflowRequest.BuilderStopWorkflowRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type StopWorkflowRequest.Builder Modifier and Type Method Description static Class<? extends StopWorkflowRequest.Builder>StopWorkflowRequest. serializableBuilderClass()
-