Uses of Class
com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Packages that use DescribeObjectsRequest Package Description com.amazonaws.services.datapipeline com.amazonaws.services.datapipeline.model -
-
Uses of DescribeObjectsRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type DescribeObjectsRequest Modifier and Type Method Description DescribeObjectsResultAbstractDataPipeline. describeObjects(DescribeObjectsRequest request)DescribeObjectsResultDataPipeline. describeObjects(DescribeObjectsRequest describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.DescribeObjectsResultDataPipelineClient. describeObjects(DescribeObjectsRequest describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.Future<DescribeObjectsResult>AbstractDataPipelineAsync. describeObjectsAsync(DescribeObjectsRequest request)Future<DescribeObjectsResult>AbstractDataPipelineAsync. describeObjectsAsync(DescribeObjectsRequest request, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)Future<DescribeObjectsResult>DataPipelineAsync. describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest)Gets the object definitions for a set of objects associated with the pipeline.Future<DescribeObjectsResult>DataPipelineAsync. describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)Gets the object definitions for a set of objects associated with the pipeline.Future<DescribeObjectsResult>DataPipelineAsyncClient. describeObjectsAsync(DescribeObjectsRequest request)Future<DescribeObjectsResult>DataPipelineAsyncClient. describeObjectsAsync(DescribeObjectsRequest request, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)Method parameters in com.amazonaws.services.datapipeline with type arguments of type DescribeObjectsRequest Modifier and Type Method Description Future<DescribeObjectsResult>AbstractDataPipelineAsync. describeObjectsAsync(DescribeObjectsRequest request, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)Future<DescribeObjectsResult>DataPipelineAsync. describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)Gets the object definitions for a set of objects associated with the pipeline.Future<DescribeObjectsResult>DataPipelineAsyncClient. describeObjectsAsync(DescribeObjectsRequest request, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler) -
Uses of DescribeObjectsRequest in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return DescribeObjectsRequest Modifier and Type Method Description DescribeObjectsRequestDescribeObjectsRequest. clone()DescribeObjectsRequestDescribeObjectsRequest. withEvaluateExpressions(Boolean evaluateExpressions)Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.DescribeObjectsRequestDescribeObjectsRequest. withMarker(String marker)The starting point for the results to be returned.DescribeObjectsRequestDescribeObjectsRequest. withObjectIds(String... objectIds)The IDs of the pipeline objects that contain the definitions to be described.DescribeObjectsRequestDescribeObjectsRequest. withObjectIds(Collection<String> objectIds)The IDs of the pipeline objects that contain the definitions to be described.DescribeObjectsRequestDescribeObjectsRequest. withPipelineId(String pipelineId)The ID of the pipeline that contains the object definitions.
-