| 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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCreatedArtifactsResponse> |
MigrationHubAsyncClient.listCreatedArtifacts(Consumer<ListCreatedArtifactsRequest.Builder> listCreatedArtifactsRequest)
Lists the created artifacts attached to a given migration task in an update stream.
|
default CompletableFuture<ListCreatedArtifactsResponse> |
MigrationHubAsyncClient.listCreatedArtifacts(ListCreatedArtifactsRequest listCreatedArtifactsRequest)
Lists the created artifacts attached to a given migration task in an update stream.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCreatedArtifactsResponse> |
ListCreatedArtifactsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCreatedArtifactsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCreatedArtifactsResponse> subscriber) |
Copyright © 2023. All rights reserved.