Uses of Class
software.amazon.awssdk.services.datapipeline.model.QueryObjectsRequest
-
Packages that use QueryObjectsRequest 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 software.amazon.awssdk.services.datapipeline.transform -
-
Uses of QueryObjectsRequest in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline with parameters of type QueryObjectsRequest Modifier and Type Method Description default CompletableFuture<QueryObjectsResponse>DataPipelineAsyncClient. queryObjects(QueryObjectsRequest 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.default QueryObjectsPublisherDataPipelineAsyncClient. queryObjectsPaginator(QueryObjectsRequest 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. -
Uses of QueryObjectsRequest in software.amazon.awssdk.services.datapipeline.paginators
Constructors in software.amazon.awssdk.services.datapipeline.paginators with parameters of type QueryObjectsRequest Constructor Description QueryObjectsIterable(DataPipelineClient client, QueryObjectsRequest firstRequest)QueryObjectsPublisher(DataPipelineAsyncClient client, QueryObjectsRequest firstRequest) -
Uses of QueryObjectsRequest in software.amazon.awssdk.services.datapipeline.transform
Methods in software.amazon.awssdk.services.datapipeline.transform with parameters of type QueryObjectsRequest Modifier and Type Method Description SdkHttpFullRequestQueryObjectsRequestMarshaller. marshall(QueryObjectsRequest queryObjectsRequest)
-