Uses of Class
software.amazon.awssdk.services.datapipeline.model.DescribeObjectsRequest
-
Packages that use DescribeObjectsRequest 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 DescribeObjectsRequest in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline with parameters of type DescribeObjectsRequest Modifier and Type Method Description default CompletableFuture<DescribeObjectsResponse>DataPipelineAsyncClient. describeObjects(DescribeObjectsRequest describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.default DescribeObjectsResponseDataPipelineClient. describeObjects(DescribeObjectsRequest describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.default DescribeObjectsPublisherDataPipelineAsyncClient. describeObjectsPaginator(DescribeObjectsRequest describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.default DescribeObjectsIterableDataPipelineClient. describeObjectsPaginator(DescribeObjectsRequest describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline. -
Uses of DescribeObjectsRequest in software.amazon.awssdk.services.datapipeline.paginators
Constructors in software.amazon.awssdk.services.datapipeline.paginators with parameters of type DescribeObjectsRequest Constructor Description DescribeObjectsIterable(DataPipelineClient client, DescribeObjectsRequest firstRequest)DescribeObjectsPublisher(DataPipelineAsyncClient client, DescribeObjectsRequest firstRequest) -
Uses of DescribeObjectsRequest in software.amazon.awssdk.services.datapipeline.transform
Methods in software.amazon.awssdk.services.datapipeline.transform with parameters of type DescribeObjectsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeObjectsRequestMarshaller. marshall(DescribeObjectsRequest describeObjectsRequest)
-