Uses of Class
com.amazonaws.services.datapipeline.model.DescribeObjectsResult
Packages that use DescribeObjectsResult
-
Uses of DescribeObjectsResult in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline that return DescribeObjectsResultModifier 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.Methods in com.amazonaws.services.datapipeline that return types with arguments of type DescribeObjectsResultModifier and TypeMethodDescriptionAbstractDataPipelineAsync.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 DescribeObjectsResultModifier 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 DescribeObjectsResult in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return DescribeObjectsResultModifier and TypeMethodDescriptionDescribeObjectsResult.clone()DescribeObjectsResult.withHasMoreResults(Boolean hasMoreResults) Indicates whether there are more results to return.DescribeObjectsResult.withMarker(String marker) The starting point for the next page of results.DescribeObjectsResult.withPipelineObjects(PipelineObject... pipelineObjects) An array of object definitions.DescribeObjectsResult.withPipelineObjects(Collection<PipelineObject> pipelineObjects) An array of object definitions.