| 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.paginators | |
| software.amazon.awssdk.services.migrationhub.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCreatedArtifactsResponse> |
MigrationHubAsyncClient.listCreatedArtifacts(ListCreatedArtifactsRequest 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 ListCreatedArtifactsPublisher |
MigrationHubAsyncClient.listCreatedArtifactsPaginator(ListCreatedArtifactsRequest 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.
|
| Constructor and Description |
|---|
ListCreatedArtifactsIterable(MigrationHubClient client,
ListCreatedArtifactsRequest firstRequest) |
ListCreatedArtifactsPublisher(MigrationHubAsyncClient client,
ListCreatedArtifactsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCreatedArtifactsRequestMarshaller.marshall(ListCreatedArtifactsRequest listCreatedArtifactsRequest) |
Copyright © 2023. All rights reserved.