Uses of Class
software.amazon.awssdk.services.migrationhub.model.ListCreatedArtifactsResponse
-
Packages that use ListCreatedArtifactsResponse 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 -
-
Uses of ListCreatedArtifactsResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return ListCreatedArtifactsResponse Modifier and Type Method Description default ListCreatedArtifactsResponseMigrationHubClient. listCreatedArtifacts(Consumer<ListCreatedArtifactsRequest.Builder> listCreatedArtifactsRequest)Lists the created artifacts attached to a given migration task in an update stream.default ListCreatedArtifactsResponseMigrationHubClient. listCreatedArtifacts(ListCreatedArtifactsRequest listCreatedArtifactsRequest)Lists the created artifacts attached to a given migration task in an update stream.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type ListCreatedArtifactsResponse Modifier and Type Method 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. -
Uses of ListCreatedArtifactsResponse in software.amazon.awssdk.services.migrationhub.paginators
Methods in software.amazon.awssdk.services.migrationhub.paginators that return types with arguments of type ListCreatedArtifactsResponse Modifier and Type Method Description Iterator<ListCreatedArtifactsResponse>ListCreatedArtifactsIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhub.paginators with type arguments of type ListCreatedArtifactsResponse Modifier and Type Method Description voidListCreatedArtifactsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCreatedArtifactsResponse> subscriber)
-