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