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