| 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 |
|---|---|
ListCreatedArtifactsResult |
AWSMigrationHub.listCreatedArtifacts(ListCreatedArtifactsRequest listCreatedArtifactsRequest)
Lists the created artifacts attached to a given migration task in an update stream.
|
ListCreatedArtifactsResult |
AWSMigrationHubClient.listCreatedArtifacts(ListCreatedArtifactsRequest request)
Lists the created artifacts attached to a given migration task in an update stream.
|
ListCreatedArtifactsResult |
AbstractAWSMigrationHub.listCreatedArtifacts(ListCreatedArtifactsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCreatedArtifactsResult> |
AWSMigrationHubAsync.listCreatedArtifactsAsync(ListCreatedArtifactsRequest listCreatedArtifactsRequest,
AsyncHandler<ListCreatedArtifactsRequest,ListCreatedArtifactsResult> asyncHandler)
Lists the created artifacts attached to a given migration task in an update stream.
|
Future<ListCreatedArtifactsResult> |
AbstractAWSMigrationHubAsync.listCreatedArtifactsAsync(ListCreatedArtifactsRequest request,
AsyncHandler<ListCreatedArtifactsRequest,ListCreatedArtifactsResult> asyncHandler) |
Future<ListCreatedArtifactsResult> |
AWSMigrationHubAsyncClient.listCreatedArtifactsAsync(ListCreatedArtifactsRequest request,
AsyncHandler<ListCreatedArtifactsRequest,ListCreatedArtifactsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCreatedArtifactsResult |
ListCreatedArtifactsResult.clone() |
ListCreatedArtifactsResult |
ListCreatedArtifactsResult.withCreatedArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResult |
ListCreatedArtifactsResult.withCreatedArtifactList(CreatedArtifact... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResult |
ListCreatedArtifactsResult.withNextToken(String nextToken)
If there are more created artifacts than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
Copyright © 2021. All rights reserved.