Uses of Interface
software.amazon.awssdk.services.datapipeline.model.QueryObjectsRequest.Builder
-
Packages that use QueryObjectsRequest.Builder 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.model -
-
Uses of QueryObjectsRequest.Builder in software.amazon.awssdk.services.datapipeline
Method parameters in software.amazon.awssdk.services.datapipeline with type arguments of type QueryObjectsRequest.Builder 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 QueryObjectsResponseDataPipelineClient. queryObjects(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions.default QueryObjectsPublisherDataPipelineAsyncClient. queryObjectsPaginator(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions.default QueryObjectsIterableDataPipelineClient. queryObjectsPaginator(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions. -
Uses of QueryObjectsRequest.Builder in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return QueryObjectsRequest.Builder Modifier and Type Method Description static QueryObjectsRequest.BuilderQueryObjectsRequest. builder()QueryObjectsRequest.BuilderQueryObjectsRequest.Builder. limit(Integer limit)The maximum number of object names thatQueryObjectswill return in a single call.QueryObjectsRequest.BuilderQueryObjectsRequest.Builder. marker(String marker)The starting point for the results to be returned.QueryObjectsRequest.BuilderQueryObjectsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)QueryObjectsRequest.BuilderQueryObjectsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)QueryObjectsRequest.BuilderQueryObjectsRequest.Builder. pipelineId(String pipelineId)The ID of the pipeline.default QueryObjectsRequest.BuilderQueryObjectsRequest.Builder. query(Consumer<Query.Builder> query)The query that defines the objects to be returned.QueryObjectsRequest.BuilderQueryObjectsRequest.Builder. query(Query query)The query that defines the objects to be returned.QueryObjectsRequest.BuilderQueryObjectsRequest.Builder. sphere(String sphere)Indicates whether the query applies to components or instances.QueryObjectsRequest.BuilderQueryObjectsRequest. toBuilder()Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type QueryObjectsRequest.Builder Modifier and Type Method Description static Class<? extends QueryObjectsRequest.Builder>QueryObjectsRequest. serializableBuilderClass()
-