Uses of Class
software.amazon.awssdk.services.datapipeline.model.DescribeObjectsResponse
-
Packages that use DescribeObjectsResponse 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 DescribeObjectsResponse in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline that return DescribeObjectsResponse Modifier and Type Method Description default DescribeObjectsResponseDataPipelineClient. describeObjects(Consumer<DescribeObjectsRequest.Builder> 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.Methods in software.amazon.awssdk.services.datapipeline that return types with arguments of type DescribeObjectsResponse 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 CompletableFuture<DescribeObjectsResponse>DataPipelineAsyncClient. describeObjects(DescribeObjectsRequest describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline. -
Uses of DescribeObjectsResponse in software.amazon.awssdk.services.datapipeline.paginators
Methods in software.amazon.awssdk.services.datapipeline.paginators that return types with arguments of type DescribeObjectsResponse Modifier and Type Method Description Iterator<DescribeObjectsResponse>DescribeObjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.datapipeline.paginators with type arguments of type DescribeObjectsResponse Modifier and Type Method Description voidDescribeObjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeObjectsResponse> subscriber)
-