| Package | Description |
|---|---|
| com.amazonaws.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| com.amazonaws.services.workdocs.model |
| 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> |
AbstractAmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest request) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsyncClient.getDocumentPathAsync(GetDocumentPathRequest request) |
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,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsyncClient.getDocumentPathAsync(GetDocumentPathRequest request,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest getDocumentPathRequest,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDocumentPathResult> |
AbstractAmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest request,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsyncClient.getDocumentPathAsync(GetDocumentPathRequest request,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler) |
Future<GetDocumentPathResult> |
AmazonWorkDocsAsync.getDocumentPathAsync(GetDocumentPathRequest getDocumentPathRequest,
AsyncHandler<GetDocumentPathRequest,GetDocumentPathResult> asyncHandler)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentPathRequest |
GetDocumentPathRequest.clone() |
GetDocumentPathRequest |
GetDocumentPathRequest.withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
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.
|
Copyright © 2023. All rights reserved.