@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMigrationHubOrchestrator extends Object implements AWSMigrationHubOrchestrator
AWSMigrationHubOrchestrator. Convenient method forms pass through to the
corresponding overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic CreateTemplateResult createTemplate(CreateTemplateRequest request)
AWSMigrationHubOrchestratorCreates a migration workflow template.
createTemplate in interface AWSMigrationHubOrchestratorpublic CreateWorkflowResult createWorkflow(CreateWorkflowRequest request)
AWSMigrationHubOrchestratorCreate a workflow to orchestrate your migrations.
createWorkflow in interface AWSMigrationHubOrchestratorpublic CreateWorkflowStepResult createWorkflowStep(CreateWorkflowStepRequest request)
AWSMigrationHubOrchestratorCreate a step in the migration workflow.
createWorkflowStep in interface AWSMigrationHubOrchestratorpublic CreateWorkflowStepGroupResult createWorkflowStepGroup(CreateWorkflowStepGroupRequest request)
AWSMigrationHubOrchestratorCreate a step group in a migration workflow.
createWorkflowStepGroup in interface AWSMigrationHubOrchestratorpublic DeleteTemplateResult deleteTemplate(DeleteTemplateRequest request)
AWSMigrationHubOrchestratorDeletes a migration workflow template.
deleteTemplate in interface AWSMigrationHubOrchestratorpublic DeleteWorkflowResult deleteWorkflow(DeleteWorkflowRequest request)
AWSMigrationHubOrchestratorDelete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to delete it.
deleteWorkflow in interface AWSMigrationHubOrchestratorpublic DeleteWorkflowStepResult deleteWorkflowStep(DeleteWorkflowStepRequest request)
AWSMigrationHubOrchestratorDelete a step in a migration workflow. Pause the workflow to delete a running step.
deleteWorkflowStep in interface AWSMigrationHubOrchestratorpublic DeleteWorkflowStepGroupResult deleteWorkflowStepGroup(DeleteWorkflowStepGroupRequest request)
AWSMigrationHubOrchestratorDelete a step group in a migration workflow.
deleteWorkflowStepGroup in interface AWSMigrationHubOrchestratorpublic GetTemplateResult getTemplate(GetTemplateRequest request)
AWSMigrationHubOrchestratorGet the template you want to use for creating a migration workflow.
getTemplate in interface AWSMigrationHubOrchestratorpublic GetTemplateStepResult getTemplateStep(GetTemplateStepRequest request)
AWSMigrationHubOrchestratorGet a specific step in a template.
getTemplateStep in interface AWSMigrationHubOrchestratorpublic GetTemplateStepGroupResult getTemplateStepGroup(GetTemplateStepGroupRequest request)
AWSMigrationHubOrchestratorGet a step group in a template.
getTemplateStepGroup in interface AWSMigrationHubOrchestratorpublic GetWorkflowResult getWorkflow(GetWorkflowRequest request)
AWSMigrationHubOrchestratorGet migration workflow.
getWorkflow in interface AWSMigrationHubOrchestratorpublic GetWorkflowStepResult getWorkflowStep(GetWorkflowStepRequest request)
AWSMigrationHubOrchestratorGet a step in the migration workflow.
getWorkflowStep in interface AWSMigrationHubOrchestratorpublic GetWorkflowStepGroupResult getWorkflowStepGroup(GetWorkflowStepGroupRequest request)
AWSMigrationHubOrchestratorGet the step group of a migration workflow.
getWorkflowStepGroup in interface AWSMigrationHubOrchestratorpublic ListPluginsResult listPlugins(ListPluginsRequest request)
AWSMigrationHubOrchestratorList AWS Migration Hub Orchestrator plugins.
listPlugins in interface AWSMigrationHubOrchestratorpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSMigrationHubOrchestratorList the tags added to a resource.
listTagsForResource in interface AWSMigrationHubOrchestratorpublic ListTemplateStepGroupsResult listTemplateStepGroups(ListTemplateStepGroupsRequest request)
AWSMigrationHubOrchestratorList the step groups in a template.
listTemplateStepGroups in interface AWSMigrationHubOrchestratorpublic ListTemplateStepsResult listTemplateSteps(ListTemplateStepsRequest request)
AWSMigrationHubOrchestratorList the steps in a template.
listTemplateSteps in interface AWSMigrationHubOrchestratorpublic ListTemplatesResult listTemplates(ListTemplatesRequest request)
AWSMigrationHubOrchestratorList the templates available in Migration Hub Orchestrator to create a migration workflow.
listTemplates in interface AWSMigrationHubOrchestratorpublic ListWorkflowStepGroupsResult listWorkflowStepGroups(ListWorkflowStepGroupsRequest request)
AWSMigrationHubOrchestratorList the step groups in a migration workflow.
listWorkflowStepGroups in interface AWSMigrationHubOrchestratorpublic ListWorkflowStepsResult listWorkflowSteps(ListWorkflowStepsRequest request)
AWSMigrationHubOrchestratorList the steps in a workflow.
listWorkflowSteps in interface AWSMigrationHubOrchestratorpublic ListWorkflowsResult listWorkflows(ListWorkflowsRequest request)
AWSMigrationHubOrchestratorList the migration workflows.
listWorkflows in interface AWSMigrationHubOrchestratorpublic RetryWorkflowStepResult retryWorkflowStep(RetryWorkflowStepRequest request)
AWSMigrationHubOrchestratorRetry a failed step in a migration workflow.
retryWorkflowStep in interface AWSMigrationHubOrchestratorpublic StartWorkflowResult startWorkflow(StartWorkflowRequest request)
AWSMigrationHubOrchestratorStart a migration workflow.
startWorkflow in interface AWSMigrationHubOrchestratorpublic StopWorkflowResult stopWorkflow(StopWorkflowRequest request)
AWSMigrationHubOrchestratorStop an ongoing migration workflow.
stopWorkflow in interface AWSMigrationHubOrchestratorpublic TagResourceResult tagResource(TagResourceRequest request)
AWSMigrationHubOrchestratorTag a resource by specifying its Amazon Resource Name (ARN).
tagResource in interface AWSMigrationHubOrchestratorpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSMigrationHubOrchestratorDeletes the tags for a resource.
untagResource in interface AWSMigrationHubOrchestratorpublic UpdateTemplateResult updateTemplate(UpdateTemplateRequest request)
AWSMigrationHubOrchestratorUpdates a migration workflow template.
updateTemplate in interface AWSMigrationHubOrchestratorpublic UpdateWorkflowResult updateWorkflow(UpdateWorkflowRequest request)
AWSMigrationHubOrchestratorUpdate a migration workflow.
updateWorkflow in interface AWSMigrationHubOrchestratorpublic UpdateWorkflowStepResult updateWorkflowStep(UpdateWorkflowStepRequest request)
AWSMigrationHubOrchestratorUpdate a step in a migration workflow.
updateWorkflowStep in interface AWSMigrationHubOrchestratorpublic UpdateWorkflowStepGroupResult updateWorkflowStepGroup(UpdateWorkflowStepGroupRequest request)
AWSMigrationHubOrchestratorUpdate the step group in a migration workflow.
updateWorkflowStepGroup in interface AWSMigrationHubOrchestratorpublic void shutdown()
AWSMigrationHubOrchestratorshutdown in interface AWSMigrationHubOrchestratorpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSMigrationHubOrchestratorResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSMigrationHubOrchestratorrequest - The originally executed request.