Uses of Class
software.amazon.awssdk.services.datazone.model.ListLineageNodeHistoryResponse
-
Packages that use ListLineageNodeHistoryResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.paginators -
-
Uses of ListLineageNodeHistoryResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return ListLineageNodeHistoryResponse Modifier and Type Method Description default ListLineageNodeHistoryResponseDataZoneClient. listLineageNodeHistory(Consumer<ListLineageNodeHistoryRequest.Builder> listLineageNodeHistoryRequest)Lists the history of the specified data lineage node.default ListLineageNodeHistoryResponseDataZoneClient. listLineageNodeHistory(ListLineageNodeHistoryRequest listLineageNodeHistoryRequest)Lists the history of the specified data lineage node.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type ListLineageNodeHistoryResponse Modifier and Type Method Description default CompletableFuture<ListLineageNodeHistoryResponse>DataZoneAsyncClient. listLineageNodeHistory(Consumer<ListLineageNodeHistoryRequest.Builder> listLineageNodeHistoryRequest)Lists the history of the specified data lineage node.default CompletableFuture<ListLineageNodeHistoryResponse>DataZoneAsyncClient. listLineageNodeHistory(ListLineageNodeHistoryRequest listLineageNodeHistoryRequest)Lists the history of the specified data lineage node. -
Uses of ListLineageNodeHistoryResponse in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type ListLineageNodeHistoryResponse Modifier and Type Method Description Iterator<ListLineageNodeHistoryResponse>ListLineageNodeHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.datazone.paginators with type arguments of type ListLineageNodeHistoryResponse Modifier and Type Method Description voidListLineageNodeHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLineageNodeHistoryResponse> subscriber)
-