Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeObjectsResult |
DataPipelineClient.describeObjects(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the
pipeline.
|
DescribeObjectsResult |
DataPipeline.describeObjects(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the
pipeline.
|
DescribeObjectsResult |
AbstractDataPipeline.describeObjects(DescribeObjectsRequest request) |
java.util.concurrent.Future<DescribeObjectsResult> |
DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest request) |
java.util.concurrent.Future<DescribeObjectsResult> |
DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the
pipeline.
|
java.util.concurrent.Future<DescribeObjectsResult> |
AbstractDataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest request) |
java.util.concurrent.Future<DescribeObjectsResult> |
DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest request,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler) |
java.util.concurrent.Future<DescribeObjectsResult> |
DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
Gets the object definitions for a set of objects associated with the
pipeline.
|
java.util.concurrent.Future<DescribeObjectsResult> |
AbstractDataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest request,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeObjectsResult> |
DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest request,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler) |
java.util.concurrent.Future<DescribeObjectsResult> |
DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
Gets the object definitions for a set of objects associated with the
pipeline.
|
java.util.concurrent.Future<DescribeObjectsResult> |
AbstractDataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest request,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeObjectsRequest |
DescribeObjectsRequest.clone() |
DescribeObjectsRequest |
DescribeObjectsRequest.withEvaluateExpressions(java.lang.Boolean evaluateExpressions)
Indicates whether any expressions in the object should be evaluated when
the object descriptions are returned.
|
DescribeObjectsRequest |
DescribeObjectsRequest.withMarker(java.lang.String marker)
The starting point for the results to be returned.
|
DescribeObjectsRequest |
DescribeObjectsRequest.withObjectIds(java.util.Collection<java.lang.String> objectIds)
The IDs of the pipeline objects that contain the definitions to be
described.
|
DescribeObjectsRequest |
DescribeObjectsRequest.withObjectIds(java.lang.String... objectIds)
The IDs of the pipeline objects that contain the definitions to be
described.
|
DescribeObjectsRequest |
DescribeObjectsRequest.withPipelineId(java.lang.String pipelineId)
The ID of the pipeline that contains the object definitions.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeObjectsRequest> |
DescribeObjectsRequestMarshaller.marshall(DescribeObjectsRequest describeObjectsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeObjectsRequest> |
DescribeObjectsRequestMarshaller.marshall(DescribeObjectsRequest describeObjectsRequest) |