Uses of Class
com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
Packages that use DescribeObjectsRequest
-
Uses of DescribeObjectsRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type DescribeObjectsRequestModifier and TypeMethodDescriptionAbstractDataPipeline.describeObjects(DescribeObjectsRequest request) DataPipeline.describeObjects(DescribeObjectsRequest describeObjectsRequest) Gets the object definitions for a set of objects associated with the pipeline.DataPipelineClient.describeObjects(DescribeObjectsRequest describeObjectsRequest) Gets the object definitions for a set of objects associated with the pipeline.AbstractDataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest request) AbstractDataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest request, AsyncHandler<DescribeObjectsRequest, DescribeObjectsResult> asyncHandler) DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest) Gets the object definitions for a set of objects associated with the pipeline.DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest, AsyncHandler<DescribeObjectsRequest, DescribeObjectsResult> asyncHandler) Gets the object definitions for a set of objects associated with the pipeline.DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest request) DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest request, AsyncHandler<DescribeObjectsRequest, DescribeObjectsResult> asyncHandler) Method parameters in com.amazonaws.services.datapipeline with type arguments of type DescribeObjectsRequestModifier and TypeMethodDescriptionAbstractDataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest request, AsyncHandler<DescribeObjectsRequest, DescribeObjectsResult> asyncHandler) DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest, AsyncHandler<DescribeObjectsRequest, DescribeObjectsResult> asyncHandler) Gets the object definitions for a set of objects associated with the pipeline.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 DescribeObjectsRequestModifier and TypeMethodDescriptionDescribeObjectsRequest.clone()DescribeObjectsRequest.withEvaluateExpressions(Boolean evaluateExpressions) Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.DescribeObjectsRequest.withMarker(String marker) The starting point for the results to be returned.DescribeObjectsRequest.withObjectIds(String... objectIds) The IDs of the pipeline objects that contain the definitions to be described.DescribeObjectsRequest.withObjectIds(Collection<String> objectIds) The IDs of the pipeline objects that contain the definitions to be described.DescribeObjectsRequest.withPipelineId(String pipelineId) The ID of the pipeline that contains the object definitions.