Uses of Class
software.amazon.awssdk.services.datapipeline.model.QueryObjectsResponse
-
Packages that use QueryObjectsResponse Package Description software.amazon.awssdk.services.datapipeline AWS Data Pipeline configures and manages a data-driven workflow called a pipeline.software.amazon.awssdk.services.datapipeline.paginators -
-
Uses of QueryObjectsResponse in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline that return QueryObjectsResponse Modifier and Type Method Description default QueryObjectsResponseDataPipelineClient. queryObjects(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions.default QueryObjectsResponseDataPipelineClient. queryObjects(QueryObjectsRequest queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions.Methods in software.amazon.awssdk.services.datapipeline that return types with arguments of type QueryObjectsResponse Modifier and Type Method Description default CompletableFuture<QueryObjectsResponse>DataPipelineAsyncClient. queryObjects(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions.default CompletableFuture<QueryObjectsResponse>DataPipelineAsyncClient. queryObjects(QueryObjectsRequest queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions. -
Uses of QueryObjectsResponse in software.amazon.awssdk.services.datapipeline.paginators
Methods in software.amazon.awssdk.services.datapipeline.paginators that return types with arguments of type QueryObjectsResponse Modifier and Type Method Description Iterator<QueryObjectsResponse>QueryObjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.datapipeline.paginators with type arguments of type QueryObjectsResponse Modifier and Type Method Description voidQueryObjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super QueryObjectsResponse> subscriber)
-