Uses of Class
software.amazon.awssdk.services.dataexchange.model.RevisionEntry
-
Packages that use RevisionEntry Package Description software.amazon.awssdk.services.dataexchange.model software.amazon.awssdk.services.dataexchange.paginators -
-
Uses of RevisionEntry in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type RevisionEntry Modifier and Type Method Description List<RevisionEntry>ListDataSetRevisionsResponse. revisions()The asset objects listed by the request.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type RevisionEntry Modifier and Type Method Description ListDataSetRevisionsResponse.BuilderListDataSetRevisionsResponse.Builder. revisions(RevisionEntry... revisions)The asset objects listed by the request.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type RevisionEntry Modifier and Type Method Description ListDataSetRevisionsResponse.BuilderListDataSetRevisionsResponse.Builder. revisions(Collection<RevisionEntry> revisions)The asset objects listed by the request. -
Uses of RevisionEntry in software.amazon.awssdk.services.dataexchange.paginators
Methods in software.amazon.awssdk.services.dataexchange.paginators that return types with arguments of type RevisionEntry Modifier and Type Method Description SdkIterable<RevisionEntry>ListDataSetRevisionsIterable. revisions()Returns an iterable to iterate through the paginatedListDataSetRevisionsResponse.revisions()member.SdkPublisher<RevisionEntry>ListDataSetRevisionsPublisher. revisions()Returns a publisher that can be used to get a stream of data.
-