Uses of Class
software.amazon.awssdk.services.datazone.model.AssetRevision
-
Packages that use AssetRevision Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of AssetRevision in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AssetRevision Modifier and Type Method Description List<AssetRevision>ListAssetRevisionsResponse. items()The results of theListAssetRevisionsaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AssetRevision Modifier and Type Method Description ListAssetRevisionsResponse.BuilderListAssetRevisionsResponse.Builder. items(AssetRevision... items)The results of theListAssetRevisionsaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AssetRevision Modifier and Type Method Description ListAssetRevisionsResponse.BuilderListAssetRevisionsResponse.Builder. items(Collection<AssetRevision> items)The results of theListAssetRevisionsaction. -
Uses of AssetRevision in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type AssetRevision Modifier and Type Method Description SdkIterable<AssetRevision>ListAssetRevisionsIterable. items()Returns an iterable to iterate through the paginatedListAssetRevisionsResponse.items()member.SdkPublisher<AssetRevision>ListAssetRevisionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-