Uses of Interface
software.amazon.awssdk.services.datapipeline.model.DescribeObjectsRequest.Builder
-
Packages that use DescribeObjectsRequest.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 DescribeObjectsRequest.Builder in software.amazon.awssdk.services.datapipeline
Method parameters in software.amazon.awssdk.services.datapipeline with type arguments of type DescribeObjectsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeObjectsResponse>DataPipelineAsyncClient. describeObjects(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.default DescribeObjectsResponseDataPipelineClient. describeObjects(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.default DescribeObjectsPublisherDataPipelineAsyncClient. describeObjectsPaginator(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.default DescribeObjectsIterableDataPipelineClient. describeObjectsPaginator(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline. -
Uses of DescribeObjectsRequest.Builder in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return DescribeObjectsRequest.Builder Modifier and Type Method Description static DescribeObjectsRequest.BuilderDescribeObjectsRequest. builder()DescribeObjectsRequest.BuilderDescribeObjectsRequest.Builder. evaluateExpressions(Boolean evaluateExpressions)Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.DescribeObjectsRequest.BuilderDescribeObjectsRequest.Builder. marker(String marker)The starting point for the results to be returned.DescribeObjectsRequest.BuilderDescribeObjectsRequest.Builder. objectIds(String... objectIds)The IDs of the pipeline objects that contain the definitions to be described.DescribeObjectsRequest.BuilderDescribeObjectsRequest.Builder. objectIds(Collection<String> objectIds)The IDs of the pipeline objects that contain the definitions to be described.DescribeObjectsRequest.BuilderDescribeObjectsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeObjectsRequest.BuilderDescribeObjectsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeObjectsRequest.BuilderDescribeObjectsRequest.Builder. pipelineId(String pipelineId)The ID of the pipeline that contains the object definitions.DescribeObjectsRequest.BuilderDescribeObjectsRequest. toBuilder()Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type DescribeObjectsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeObjectsRequest.Builder>DescribeObjectsRequest. serializableBuilderClass()
-