Uses of Class
com.amazonaws.services.datapipeline.model.DescribeObjectsRequest

Packages that use DescribeObjectsRequest
com.amazonaws.services.datapipeline Synchronous and asynchronous client classes for accessing DataPipeline. 
com.amazonaws.services.datapipeline.model Classes modeling the various types represented by DataPipeline. 
 

Uses of DescribeObjectsRequest in com.amazonaws.services.datapipeline
 

Methods in com.amazonaws.services.datapipeline with parameters of type DescribeObjectsRequest
 DescribeObjectsResult DataPipelineClient.describeObjects(DescribeObjectsRequest describeObjectsRequest)
           Returns the object definitions for a set of objects associated with the pipeline.
 DescribeObjectsResult DataPipeline.describeObjects(DescribeObjectsRequest describeObjectsRequest)
           Returns the object definitions for a set of objects associated with the pipeline.
 Future<DescribeObjectsResult> DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest)
           Returns the object definitions for a set of objects associated with the pipeline.
 Future<DescribeObjectsResult> DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest)
           Returns the object definitions for a set of objects associated with the pipeline.
 Future<DescribeObjectsResult> DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
           Returns the object definitions for a set of objects associated with the pipeline.
 Future<DescribeObjectsResult> DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
           Returns the object definitions for a set of objects associated with the pipeline.
 

Method parameters in com.amazonaws.services.datapipeline with type arguments of type DescribeObjectsRequest
 Future<DescribeObjectsResult> DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
           Returns the object definitions for a set of objects associated with the pipeline.
 Future<DescribeObjectsResult> DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest, AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
           Returns the object definitions for a set of objects associated with the pipeline.
 

Uses of DescribeObjectsRequest in com.amazonaws.services.datapipeline.model
 

Methods in com.amazonaws.services.datapipeline.model that return DescribeObjectsRequest
 DescribeObjectsRequest DescribeObjectsRequest.withEvaluateExpressions(Boolean evaluateExpressions)
          Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
 DescribeObjectsRequest DescribeObjectsRequest.withMarker(String marker)
          The starting point for the results to be returned.
 DescribeObjectsRequest DescribeObjectsRequest.withObjectIds(Collection<String> objectIds)
          Identifiers of the pipeline objects that contain the definitions to be described.
 DescribeObjectsRequest DescribeObjectsRequest.withObjectIds(String... objectIds)
          Identifiers of the pipeline objects that contain the definitions to be described.
 DescribeObjectsRequest DescribeObjectsRequest.withPipelineId(String pipelineId)
          Identifier of the pipeline that contains the object definitions.
 



Copyright © 2016. All rights reserved.