| Package | Description |
|---|---|
| com.amazonaws.services.workdocs |
The WorkDocs API is designed for the following use cases:
|
| com.amazonaws.services.workdocs.model | |
| com.amazonaws.services.workdocs.model.transform |
| Modifier and Type | Method and Description |
|---|---|
GetDocumentPathResult |
AmazonWorkDocsClient.getDocumentPath(GetDocumentPathRequest request)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
GetDocumentPathResult |
AbstractAmazonWorkDocs.getDocumentPath(GetDocumentPathRequest request) |
GetDocumentPathResult |
AmazonWorkDocs.getDocumentPath(GetDocumentPathRequest getDocumentPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
Future<GetDocumentPathResult> |
AmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest getDocumentPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
Future<GetDocumentPathResult> |
AbstractAmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest request) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsyncClient.getDocumentPathAsync(GetDocumentPathRequest request) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest getDocumentPathRequest,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
Future<GetDocumentPathResult> |
AbstractAmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest request,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsyncClient.getDocumentPathAsync(GetDocumentPathRequest request,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDocumentPathResult> |
AmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest getDocumentPathRequest,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
Future<GetDocumentPathResult> |
AbstractAmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest request,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsyncClient.getDocumentPathAsync(GetDocumentPathRequest request,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDocumentPathRequest |
GetDocumentPathRequest.clone() |
GetDocumentPathRequest |
GetDocumentPathRequest.withDocumentId(String documentId)
The ID of the document.
|
GetDocumentPathRequest |
GetDocumentPathRequest.withFields(String fields)
A comma-separated list of values.
|
GetDocumentPathRequest |
GetDocumentPathRequest.withLimit(Integer limit)
The maximum number of levels in the hierarchy to return.
|
GetDocumentPathRequest |
GetDocumentPathRequest.withMarker(String marker)
This value is not supported.
|
| Modifier and Type | Method and Description |
|---|---|
Request<GetDocumentPathRequest> |
GetDocumentPathRequestProtocolMarshaller.marshall(GetDocumentPathRequest getDocumentPathRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<GetDocumentPathRequest> |
GetDocumentPathRequestProtocolMarshaller.marshall(GetDocumentPathRequest getDocumentPathRequest) |
void |
GetDocumentPathRequestMarshaller.marshall(GetDocumentPathRequest getDocumentPathRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.