Uses of Class
software.amazon.awssdk.services.datapipeline.paginators.QueryObjectsIterable
-
Packages that use QueryObjectsIterable Package Description software.amazon.awssdk.services.datapipeline AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. -
-
Uses of QueryObjectsIterable in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline that return QueryObjectsIterable Modifier and Type Method Description default QueryObjectsIterableDataPipelineClient. queryObjectsPaginator(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions.default QueryObjectsIterableDataPipelineClient. queryObjectsPaginator(QueryObjectsRequest queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions.
-