| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator |
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS
Migration Hub Orchestrator.
|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteWorkflowStepResult> |
AWSMigrationHubOrchestratorAsyncClient.deleteWorkflowStepAsync(DeleteWorkflowStepRequest request,
AsyncHandler<DeleteWorkflowStepRequest,DeleteWorkflowStepResult> asyncHandler) |
Future<DeleteWorkflowStepResult> |
AbstractAWSMigrationHubOrchestratorAsync.deleteWorkflowStepAsync(DeleteWorkflowStepRequest request,
AsyncHandler<DeleteWorkflowStepRequest,DeleteWorkflowStepResult> asyncHandler) |
Future<DeleteWorkflowStepResult> |
AWSMigrationHubOrchestratorAsync.deleteWorkflowStepAsync(DeleteWorkflowStepRequest deleteWorkflowStepRequest,
AsyncHandler<DeleteWorkflowStepRequest,DeleteWorkflowStepResult> asyncHandler)
Delete a step in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkflowStepRequest |
DeleteWorkflowStepRequest.clone() |
DeleteWorkflowStepRequest |
DeleteWorkflowStepRequest.withId(String id)
The ID of the step you want to delete.
|
DeleteWorkflowStepRequest |
DeleteWorkflowStepRequest.withStepGroupId(String stepGroupId)
The ID of the step group that contains the step you want to delete.
|
DeleteWorkflowStepRequest |
DeleteWorkflowStepRequest.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
Copyright © 2024. All rights reserved.