| Package | Description |
|---|---|
| com.amazonaws.services.workdocs |
The WorkDocs API is designed for the following use cases:
|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
GetDocumentPathResult |
AbstractAmazonWorkDocs.getDocumentPath(GetDocumentPathRequest request) |
GetDocumentPathResult |
AmazonWorkDocsClient.getDocumentPath(GetDocumentPathRequest request)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
GetDocumentPathResult |
AmazonWorkDocs.getDocumentPath(GetDocumentPathRequest getDocumentPathRequest)
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 |
|---|---|
GetDocumentPathResult |
GetDocumentPathResult.clone() |
GetDocumentPathResult |
GetDocumentPathResult.withPath(ResourcePath path)
The path information.
|
Copyright © 2022. All rights reserved.