| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CreateWorkflowResponse |
MigrationHubOrchestratorClient.createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)
Create a workflow to orchestrate your migrations.
|
default CreateWorkflowResponse |
MigrationHubOrchestratorClient.createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Create a workflow to orchestrate your migrations.
|
default CreateWorkflowStepResponse |
MigrationHubOrchestratorClient.createWorkflowStep(Consumer<CreateWorkflowStepRequest.Builder> createWorkflowStepRequest)
Create a step in the migration workflow.
|
default CreateWorkflowStepResponse |
MigrationHubOrchestratorClient.createWorkflowStep(CreateWorkflowStepRequest createWorkflowStepRequest)
Create a step in the migration workflow.
|
default CreateWorkflowStepGroupResponse |
MigrationHubOrchestratorClient.createWorkflowStepGroup(Consumer<CreateWorkflowStepGroupRequest.Builder> createWorkflowStepGroupRequest)
Create a step group in a migration workflow.
|
default CreateWorkflowStepGroupResponse |
MigrationHubOrchestratorClient.createWorkflowStepGroup(CreateWorkflowStepGroupRequest createWorkflowStepGroupRequest)
Create a step group in a migration workflow.
|
default DeleteWorkflowResponse |
MigrationHubOrchestratorClient.deleteWorkflow(Consumer<DeleteWorkflowRequest.Builder> deleteWorkflowRequest)
Delete a migration workflow.
|
default DeleteWorkflowResponse |
MigrationHubOrchestratorClient.deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)
Delete a migration workflow.
|
default DeleteWorkflowStepResponse |
MigrationHubOrchestratorClient.deleteWorkflowStep(Consumer<DeleteWorkflowStepRequest.Builder> deleteWorkflowStepRequest)
Delete a step in a migration workflow.
|
default DeleteWorkflowStepResponse |
MigrationHubOrchestratorClient.deleteWorkflowStep(DeleteWorkflowStepRequest deleteWorkflowStepRequest)
Delete a step in a migration workflow.
|
default DeleteWorkflowStepGroupResponse |
MigrationHubOrchestratorClient.deleteWorkflowStepGroup(Consumer<DeleteWorkflowStepGroupRequest.Builder> deleteWorkflowStepGroupRequest)
Delete a step group in a migration workflow.
|
default DeleteWorkflowStepGroupResponse |
MigrationHubOrchestratorClient.deleteWorkflowStepGroup(DeleteWorkflowStepGroupRequest deleteWorkflowStepGroupRequest)
Delete a step group in a migration workflow.
|
default GetTemplateResponse |
MigrationHubOrchestratorClient.getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)
Get the template you want to use for creating a migration workflow.
|
default GetTemplateResponse |
MigrationHubOrchestratorClient.getTemplate(GetTemplateRequest getTemplateRequest)
Get the template you want to use for creating a migration workflow.
|
default GetTemplateStepResponse |
MigrationHubOrchestratorClient.getTemplateStep(Consumer<GetTemplateStepRequest.Builder> getTemplateStepRequest)
Get a specific step in a template.
|
default GetTemplateStepResponse |
MigrationHubOrchestratorClient.getTemplateStep(GetTemplateStepRequest getTemplateStepRequest)
Get a specific step in a template.
|
default GetTemplateStepGroupResponse |
MigrationHubOrchestratorClient.getTemplateStepGroup(Consumer<GetTemplateStepGroupRequest.Builder> getTemplateStepGroupRequest)
Get a step group in a template.
|
default GetTemplateStepGroupResponse |
MigrationHubOrchestratorClient.getTemplateStepGroup(GetTemplateStepGroupRequest getTemplateStepGroupRequest)
Get a step group in a template.
|
default GetWorkflowResponse |
MigrationHubOrchestratorClient.getWorkflow(Consumer<GetWorkflowRequest.Builder> getWorkflowRequest)
Get migration workflow.
|
default GetWorkflowResponse |
MigrationHubOrchestratorClient.getWorkflow(GetWorkflowRequest getWorkflowRequest)
Get migration workflow.
|
default GetWorkflowStepResponse |
MigrationHubOrchestratorClient.getWorkflowStep(Consumer<GetWorkflowStepRequest.Builder> getWorkflowStepRequest)
Get a step in the migration workflow.
|
default GetWorkflowStepResponse |
MigrationHubOrchestratorClient.getWorkflowStep(GetWorkflowStepRequest getWorkflowStepRequest)
Get a step in the migration workflow.
|
default GetWorkflowStepGroupResponse |
MigrationHubOrchestratorClient.getWorkflowStepGroup(Consumer<GetWorkflowStepGroupRequest.Builder> getWorkflowStepGroupRequest)
Get the step group of a migration workflow.
|
default GetWorkflowStepGroupResponse |
MigrationHubOrchestratorClient.getWorkflowStepGroup(GetWorkflowStepGroupRequest getWorkflowStepGroupRequest)
Get the step group of a migration workflow.
|
default ListPluginsResponse |
MigrationHubOrchestratorClient.listPlugins(Consumer<ListPluginsRequest.Builder> listPluginsRequest)
List AWS Migration Hub Orchestrator plugins.
|
default ListPluginsResponse |
MigrationHubOrchestratorClient.listPlugins(ListPluginsRequest listPluginsRequest)
List AWS Migration Hub Orchestrator plugins.
|
default ListPluginsIterable |
MigrationHubOrchestratorClient.listPluginsPaginator(Consumer<ListPluginsRequest.Builder> listPluginsRequest)
List AWS Migration Hub Orchestrator plugins.
|
default ListPluginsIterable |
MigrationHubOrchestratorClient.listPluginsPaginator(ListPluginsRequest listPluginsRequest)
List AWS Migration Hub Orchestrator plugins.
|
default ListTagsForResourceResponse |
MigrationHubOrchestratorClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags added to a resource.
|
default ListTagsForResourceResponse |
MigrationHubOrchestratorClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags added to a resource.
|
default ListTemplatesResponse |
MigrationHubOrchestratorClient.listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)
List the templates available in Migration Hub Orchestrator to create a migration workflow.
|
default ListTemplatesResponse |
MigrationHubOrchestratorClient.listTemplates(ListTemplatesRequest listTemplatesRequest)
List the templates available in Migration Hub Orchestrator to create a migration workflow.
|
default ListTemplatesIterable |
MigrationHubOrchestratorClient.listTemplatesPaginator(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)
List the templates available in Migration Hub Orchestrator to create a migration workflow.
|
default ListTemplatesIterable |
MigrationHubOrchestratorClient.listTemplatesPaginator(ListTemplatesRequest listTemplatesRequest)
List the templates available in Migration Hub Orchestrator to create a migration workflow.
|
default ListTemplateStepGroupsResponse |
MigrationHubOrchestratorClient.listTemplateStepGroups(Consumer<ListTemplateStepGroupsRequest.Builder> listTemplateStepGroupsRequest)
List the step groups in a template.
|
default ListTemplateStepGroupsResponse |
MigrationHubOrchestratorClient.listTemplateStepGroups(ListTemplateStepGroupsRequest listTemplateStepGroupsRequest)
List the step groups in a template.
|
default ListTemplateStepGroupsIterable |
MigrationHubOrchestratorClient.listTemplateStepGroupsPaginator(Consumer<ListTemplateStepGroupsRequest.Builder> listTemplateStepGroupsRequest)
List the step groups in a template.
|
default ListTemplateStepGroupsIterable |
MigrationHubOrchestratorClient.listTemplateStepGroupsPaginator(ListTemplateStepGroupsRequest listTemplateStepGroupsRequest)
List the step groups in a template.
|
default ListTemplateStepsResponse |
MigrationHubOrchestratorClient.listTemplateSteps(Consumer<ListTemplateStepsRequest.Builder> listTemplateStepsRequest)
List the steps in a template.
|
default ListTemplateStepsResponse |
MigrationHubOrchestratorClient.listTemplateSteps(ListTemplateStepsRequest listTemplateStepsRequest)
List the steps in a template.
|
default ListTemplateStepsIterable |
MigrationHubOrchestratorClient.listTemplateStepsPaginator(Consumer<ListTemplateStepsRequest.Builder> listTemplateStepsRequest)
List the steps in a template.
|
default ListTemplateStepsIterable |
MigrationHubOrchestratorClient.listTemplateStepsPaginator(ListTemplateStepsRequest listTemplateStepsRequest)
List the steps in a template.
|
default ListWorkflowsResponse |
MigrationHubOrchestratorClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
List the migration workflows.
|
default ListWorkflowsResponse |
MigrationHubOrchestratorClient.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
List the migration workflows.
|
default ListWorkflowsIterable |
MigrationHubOrchestratorClient.listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
List the migration workflows.
|
default ListWorkflowsIterable |
MigrationHubOrchestratorClient.listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest)
List the migration workflows.
|
default ListWorkflowStepGroupsResponse |
MigrationHubOrchestratorClient.listWorkflowStepGroups(Consumer<ListWorkflowStepGroupsRequest.Builder> listWorkflowStepGroupsRequest)
List the step groups in a migration workflow.
|
default ListWorkflowStepGroupsResponse |
MigrationHubOrchestratorClient.listWorkflowStepGroups(ListWorkflowStepGroupsRequest listWorkflowStepGroupsRequest)
List the step groups in a migration workflow.
|
default ListWorkflowStepGroupsIterable |
MigrationHubOrchestratorClient.listWorkflowStepGroupsPaginator(Consumer<ListWorkflowStepGroupsRequest.Builder> listWorkflowStepGroupsRequest)
List the step groups in a migration workflow.
|
default ListWorkflowStepGroupsIterable |
MigrationHubOrchestratorClient.listWorkflowStepGroupsPaginator(ListWorkflowStepGroupsRequest listWorkflowStepGroupsRequest)
List the step groups in a migration workflow.
|
default ListWorkflowStepsResponse |
MigrationHubOrchestratorClient.listWorkflowSteps(Consumer<ListWorkflowStepsRequest.Builder> listWorkflowStepsRequest)
List the steps in a workflow.
|
default ListWorkflowStepsResponse |
MigrationHubOrchestratorClient.listWorkflowSteps(ListWorkflowStepsRequest listWorkflowStepsRequest)
List the steps in a workflow.
|
default ListWorkflowStepsIterable |
MigrationHubOrchestratorClient.listWorkflowStepsPaginator(Consumer<ListWorkflowStepsRequest.Builder> listWorkflowStepsRequest)
List the steps in a workflow.
|
default ListWorkflowStepsIterable |
MigrationHubOrchestratorClient.listWorkflowStepsPaginator(ListWorkflowStepsRequest listWorkflowStepsRequest)
List the steps in a workflow.
|
default RetryWorkflowStepResponse |
MigrationHubOrchestratorClient.retryWorkflowStep(Consumer<RetryWorkflowStepRequest.Builder> retryWorkflowStepRequest)
Retry a failed step in a migration workflow.
|
default RetryWorkflowStepResponse |
MigrationHubOrchestratorClient.retryWorkflowStep(RetryWorkflowStepRequest retryWorkflowStepRequest)
Retry a failed step in a migration workflow.
|
default StartWorkflowResponse |
MigrationHubOrchestratorClient.startWorkflow(Consumer<StartWorkflowRequest.Builder> startWorkflowRequest)
Start a migration workflow.
|
default StartWorkflowResponse |
MigrationHubOrchestratorClient.startWorkflow(StartWorkflowRequest startWorkflowRequest)
Start a migration workflow.
|
default StopWorkflowResponse |
MigrationHubOrchestratorClient.stopWorkflow(Consumer<StopWorkflowRequest.Builder> stopWorkflowRequest)
Stop an ongoing migration workflow.
|
default StopWorkflowResponse |
MigrationHubOrchestratorClient.stopWorkflow(StopWorkflowRequest stopWorkflowRequest)
Stop an ongoing migration workflow.
|
default TagResourceResponse |
MigrationHubOrchestratorClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tag a resource by specifying its Amazon Resource Name (ARN).
|
default TagResourceResponse |
MigrationHubOrchestratorClient.tagResource(TagResourceRequest tagResourceRequest)
Tag a resource by specifying its Amazon Resource Name (ARN).
|
default UntagResourceResponse |
MigrationHubOrchestratorClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes the tags for a resource.
|
default UntagResourceResponse |
MigrationHubOrchestratorClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes the tags for a resource.
|
default UpdateWorkflowResponse |
MigrationHubOrchestratorClient.updateWorkflow(Consumer<UpdateWorkflowRequest.Builder> updateWorkflowRequest)
Update a migration workflow.
|
default UpdateWorkflowResponse |
MigrationHubOrchestratorClient.updateWorkflow(UpdateWorkflowRequest updateWorkflowRequest)
Update a migration workflow.
|
default UpdateWorkflowStepResponse |
MigrationHubOrchestratorClient.updateWorkflowStep(Consumer<UpdateWorkflowStepRequest.Builder> updateWorkflowStepRequest)
Update a step in a migration workflow.
|
default UpdateWorkflowStepResponse |
MigrationHubOrchestratorClient.updateWorkflowStep(UpdateWorkflowStepRequest updateWorkflowStepRequest)
Update a step in a migration workflow.
|
default UpdateWorkflowStepGroupResponse |
MigrationHubOrchestratorClient.updateWorkflowStepGroup(Consumer<UpdateWorkflowStepGroupRequest.Builder> updateWorkflowStepGroupRequest)
Update the step group in a migration workflow.
|
default UpdateWorkflowStepGroupResponse |
MigrationHubOrchestratorClient.updateWorkflowStepGroup(UpdateWorkflowStepGroupRequest updateWorkflowStepGroupRequest)
Update the step group in a migration workflow.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
InternalServerException
An internal error has occurred.
|
class |
ResourceNotFoundException
The resource is not available.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
ValidationException
The input fails to satisfy the constraints specified by an AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationHubOrchestratorException |
MigrationHubOrchestratorException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(MigrationHubOrchestratorException ex) |
Copyright © 2023. All rights reserved.