Uses of Class
software.amazon.awssdk.services.datazone.model.ListAssetRevisionsResponse
-
Packages that use ListAssetRevisionsResponse 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 ListAssetRevisionsResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return ListAssetRevisionsResponse Modifier and Type Method Description default ListAssetRevisionsResponseDataZoneClient. listAssetRevisions(Consumer<ListAssetRevisionsRequest.Builder> listAssetRevisionsRequest)Lists the revisions for the asset.default ListAssetRevisionsResponseDataZoneClient. listAssetRevisions(ListAssetRevisionsRequest listAssetRevisionsRequest)Lists the revisions for the asset.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type ListAssetRevisionsResponse Modifier and Type Method Description default CompletableFuture<ListAssetRevisionsResponse>DataZoneAsyncClient. listAssetRevisions(Consumer<ListAssetRevisionsRequest.Builder> listAssetRevisionsRequest)Lists the revisions for the asset.default CompletableFuture<ListAssetRevisionsResponse>DataZoneAsyncClient. listAssetRevisions(ListAssetRevisionsRequest listAssetRevisionsRequest)Lists the revisions for the asset. -
Uses of ListAssetRevisionsResponse in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type ListAssetRevisionsResponse Modifier and Type Method Description Iterator<ListAssetRevisionsResponse>ListAssetRevisionsIterable. iterator()Method parameters in software.amazon.awssdk.services.datazone.paginators with type arguments of type ListAssetRevisionsResponse Modifier and Type Method Description voidListAssetRevisionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssetRevisionsResponse> subscriber)
-