| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCreatedArtifactsResult> |
AbstractAWSMigrationHubAsync.listCreatedArtifactsAsync(ListCreatedArtifactsRequest request,
AsyncHandler<ListCreatedArtifactsRequest,ListCreatedArtifactsResult> asyncHandler) |
Future<ListCreatedArtifactsResult> |
AWSMigrationHubAsyncClient.listCreatedArtifactsAsync(ListCreatedArtifactsRequest request,
AsyncHandler<ListCreatedArtifactsRequest,ListCreatedArtifactsResult> asyncHandler) |
Future<ListCreatedArtifactsResult> |
AWSMigrationHubAsync.listCreatedArtifactsAsync(ListCreatedArtifactsRequest listCreatedArtifactsRequest,
AsyncHandler<ListCreatedArtifactsRequest,ListCreatedArtifactsResult> asyncHandler)
Lists the created artifacts attached to a given migration task in an update stream.
|
| Modifier and Type | Method and Description |
|---|---|
ListCreatedArtifactsRequest |
ListCreatedArtifactsRequest.clone() |
ListCreatedArtifactsRequest |
ListCreatedArtifactsRequest.withMaxResults(Integer maxResults)
Maximum number of results to be returned per page.
|
ListCreatedArtifactsRequest |
ListCreatedArtifactsRequest.withMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
ListCreatedArtifactsRequest |
ListCreatedArtifactsRequest.withNextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
ListCreatedArtifactsRequest |
ListCreatedArtifactsRequest.withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
Copyright © 2021. All rights reserved.