| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhub |
The AWS Migration Hub API methods help to obtain server and application migration status and integrate your
resource-specific migration tool by providing a programmatic interface to Migration Hub.
|
| software.amazon.awssdk.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
default AssociateCreatedArtifactResponse |
MigrationHubClient.associateCreatedArtifact(AssociateCreatedArtifactRequest associateCreatedArtifactRequest)
Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration
task performed by a migration tool.
|
default AssociateCreatedArtifactResponse |
MigrationHubClient.associateCreatedArtifact(Consumer<AssociateCreatedArtifactRequest.Builder> associateCreatedArtifactRequest)
Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration
task performed by a migration tool.
|
default AssociateDiscoveredResourceResponse |
MigrationHubClient.associateDiscoveredResource(AssociateDiscoveredResourceRequest associateDiscoveredResourceRequest)
Associates a discovered resource ID from Application Discovery Service with a migration task.
|
default AssociateDiscoveredResourceResponse |
MigrationHubClient.associateDiscoveredResource(Consumer<AssociateDiscoveredResourceRequest.Builder> associateDiscoveredResourceRequest)
Associates a discovered resource ID from Application Discovery Service with a migration task.
|
default CreateProgressUpdateStreamResponse |
MigrationHubClient.createProgressUpdateStream(Consumer<CreateProgressUpdateStreamRequest.Builder> createProgressUpdateStreamRequest)
Creates a progress update stream which is an AWS resource used for access control as well as a namespace for
migration task names that is implicitly linked to your AWS account.
|
default CreateProgressUpdateStreamResponse |
MigrationHubClient.createProgressUpdateStream(CreateProgressUpdateStreamRequest createProgressUpdateStreamRequest)
Creates a progress update stream which is an AWS resource used for access control as well as a namespace for
migration task names that is implicitly linked to your AWS account.
|
default DeleteProgressUpdateStreamResponse |
MigrationHubClient.deleteProgressUpdateStream(Consumer<DeleteProgressUpdateStreamRequest.Builder> deleteProgressUpdateStreamRequest)
Deletes a progress update stream, including all of its tasks, which was previously created as an AWS resource
used for access control.
|
default DeleteProgressUpdateStreamResponse |
MigrationHubClient.deleteProgressUpdateStream(DeleteProgressUpdateStreamRequest deleteProgressUpdateStreamRequest)
Deletes a progress update stream, including all of its tasks, which was previously created as an AWS resource
used for access control.
|
default DescribeApplicationStateResponse |
MigrationHubClient.describeApplicationState(Consumer<DescribeApplicationStateRequest.Builder> describeApplicationStateRequest)
Gets the migration status of an application.
|
default DescribeApplicationStateResponse |
MigrationHubClient.describeApplicationState(DescribeApplicationStateRequest describeApplicationStateRequest)
Gets the migration status of an application.
|
default DescribeMigrationTaskResponse |
MigrationHubClient.describeMigrationTask(Consumer<DescribeMigrationTaskRequest.Builder> describeMigrationTaskRequest)
Retrieves a list of all attributes associated with a specific migration task.
|
default DescribeMigrationTaskResponse |
MigrationHubClient.describeMigrationTask(DescribeMigrationTaskRequest describeMigrationTaskRequest)
Retrieves a list of all attributes associated with a specific migration task.
|
default DisassociateCreatedArtifactResponse |
MigrationHubClient.disassociateCreatedArtifact(Consumer<DisassociateCreatedArtifactRequest.Builder> disassociateCreatedArtifactRequest)
Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was
previously associated.
|
default DisassociateCreatedArtifactResponse |
MigrationHubClient.disassociateCreatedArtifact(DisassociateCreatedArtifactRequest disassociateCreatedArtifactRequest)
Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was
previously associated.
|
default DisassociateDiscoveredResourceResponse |
MigrationHubClient.disassociateDiscoveredResource(Consumer<DisassociateDiscoveredResourceRequest.Builder> disassociateDiscoveredResourceRequest)
Disassociate an Application Discovery Service discovered resource from a migration task.
|
default DisassociateDiscoveredResourceResponse |
MigrationHubClient.disassociateDiscoveredResource(DisassociateDiscoveredResourceRequest disassociateDiscoveredResourceRequest)
Disassociate an Application Discovery Service discovered resource from a migration task.
|
default ImportMigrationTaskResponse |
MigrationHubClient.importMigrationTask(Consumer<ImportMigrationTaskRequest.Builder> importMigrationTaskRequest)
Registers a new migration task which represents a server, database, etc., being migrated to AWS by a migration
tool.
|
default ImportMigrationTaskResponse |
MigrationHubClient.importMigrationTask(ImportMigrationTaskRequest importMigrationTaskRequest)
Registers a new migration task which represents a server, database, etc., being migrated to AWS by a migration
tool.
|
default ListApplicationStatesResponse |
MigrationHubClient.listApplicationStates(Consumer<ListApplicationStatesRequest.Builder> listApplicationStatesRequest)
Lists all the migration statuses for your applications.
|
default ListApplicationStatesResponse |
MigrationHubClient.listApplicationStates(ListApplicationStatesRequest listApplicationStatesRequest)
Lists all the migration statuses for your applications.
|
default ListApplicationStatesIterable |
MigrationHubClient.listApplicationStatesPaginator(Consumer<ListApplicationStatesRequest.Builder> listApplicationStatesRequest)
Lists all the migration statuses for your applications.
|
default ListApplicationStatesIterable |
MigrationHubClient.listApplicationStatesPaginator(ListApplicationStatesRequest listApplicationStatesRequest)
Lists all the migration statuses for your applications.
|
default ListCreatedArtifactsResponse |
MigrationHubClient.listCreatedArtifacts(Consumer<ListCreatedArtifactsRequest.Builder> listCreatedArtifactsRequest)
Lists the created artifacts attached to a given migration task in an update stream.
|
default ListCreatedArtifactsResponse |
MigrationHubClient.listCreatedArtifacts(ListCreatedArtifactsRequest listCreatedArtifactsRequest)
Lists the created artifacts attached to a given migration task in an update stream.
|
default ListCreatedArtifactsIterable |
MigrationHubClient.listCreatedArtifactsPaginator(Consumer<ListCreatedArtifactsRequest.Builder> listCreatedArtifactsRequest)
Lists the created artifacts attached to a given migration task in an update stream.
|
default ListCreatedArtifactsIterable |
MigrationHubClient.listCreatedArtifactsPaginator(ListCreatedArtifactsRequest listCreatedArtifactsRequest)
Lists the created artifacts attached to a given migration task in an update stream.
|
default ListDiscoveredResourcesResponse |
MigrationHubClient.listDiscoveredResources(Consumer<ListDiscoveredResourcesRequest.Builder> listDiscoveredResourcesRequest)
Lists discovered resources associated with the given
MigrationTask. |
default ListDiscoveredResourcesResponse |
MigrationHubClient.listDiscoveredResources(ListDiscoveredResourcesRequest listDiscoveredResourcesRequest)
Lists discovered resources associated with the given
MigrationTask. |
default ListDiscoveredResourcesIterable |
MigrationHubClient.listDiscoveredResourcesPaginator(Consumer<ListDiscoveredResourcesRequest.Builder> listDiscoveredResourcesRequest)
Lists discovered resources associated with the given
MigrationTask. |
default ListDiscoveredResourcesIterable |
MigrationHubClient.listDiscoveredResourcesPaginator(ListDiscoveredResourcesRequest listDiscoveredResourcesRequest)
Lists discovered resources associated with the given
MigrationTask. |
default ListMigrationTasksResponse |
MigrationHubClient.listMigrationTasks(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default ListMigrationTasksResponse |
MigrationHubClient.listMigrationTasks(ListMigrationTasksRequest listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default ListMigrationTasksIterable |
MigrationHubClient.listMigrationTasksPaginator(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default ListMigrationTasksIterable |
MigrationHubClient.listMigrationTasksPaginator(ListMigrationTasksRequest listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default ListProgressUpdateStreamsResponse |
MigrationHubClient.listProgressUpdateStreams(Consumer<ListProgressUpdateStreamsRequest.Builder> listProgressUpdateStreamsRequest)
Lists progress update streams associated with the user account making this call.
|
default ListProgressUpdateStreamsResponse |
MigrationHubClient.listProgressUpdateStreams(ListProgressUpdateStreamsRequest listProgressUpdateStreamsRequest)
Lists progress update streams associated with the user account making this call.
|
default ListProgressUpdateStreamsIterable |
MigrationHubClient.listProgressUpdateStreamsPaginator(Consumer<ListProgressUpdateStreamsRequest.Builder> listProgressUpdateStreamsRequest)
Lists progress update streams associated with the user account making this call.
|
default ListProgressUpdateStreamsIterable |
MigrationHubClient.listProgressUpdateStreamsPaginator(ListProgressUpdateStreamsRequest listProgressUpdateStreamsRequest)
Lists progress update streams associated with the user account making this call.
|
default NotifyApplicationStateResponse |
MigrationHubClient.notifyApplicationState(Consumer<NotifyApplicationStateRequest.Builder> notifyApplicationStateRequest)
Sets the migration state of an application.
|
default NotifyApplicationStateResponse |
MigrationHubClient.notifyApplicationState(NotifyApplicationStateRequest notifyApplicationStateRequest)
Sets the migration state of an application.
|
default NotifyMigrationTaskStateResponse |
MigrationHubClient.notifyMigrationTaskState(Consumer<NotifyMigrationTaskStateRequest.Builder> notifyMigrationTaskStateRequest)
Notifies Migration Hub of the current status, progress, or other detail regarding a migration task.
|
default NotifyMigrationTaskStateResponse |
MigrationHubClient.notifyMigrationTaskState(NotifyMigrationTaskStateRequest notifyMigrationTaskStateRequest)
Notifies Migration Hub of the current status, progress, or other detail regarding a migration task.
|
default PutResourceAttributesResponse |
MigrationHubClient.putResourceAttributes(Consumer<PutResourceAttributesRequest.Builder> putResourceAttributesRequest)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
default PutResourceAttributesResponse |
MigrationHubClient.putResourceAttributes(PutResourceAttributesRequest putResourceAttributesRequest)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
DryRunOperationException
Exception raised to indicate a successfully authorized action when the
DryRun flag is set to "true". |
class |
HomeRegionNotSetException
The home region is not set.
|
class |
InternalServerErrorException
Exception raised when an internal, configuration, or dependency error is encountered.
|
class |
InvalidInputException
Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
|
class |
PolicyErrorException
Exception raised when there are problems accessing Application Discovery Service (Application Discovery Service);
most likely due to a misconfigured policy or the
migrationhub-discovery role is missing or not
configured correctly. |
class |
ResourceNotFoundException
Exception raised when the request references a resource (Application Discovery Service configuration, update stream,
migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in
Migration Hub's repository.
|
class |
ServiceUnavailableException
Exception raised when there is an internal, configuration, or dependency error encountered.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
UnauthorizedOperationException
Exception raised to indicate a request was not authorized when the
DryRun flag is set to "true". |
| Modifier and Type | Method and Description |
|---|---|
MigrationHubException |
MigrationHubException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(MigrationHubException ex) |
Copyright © 2023. All rights reserved.