| 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 |
|---|---|
GetFolderPathResult |
AmazonWorkDocsClient.getFolderPath(GetFolderPathRequest request)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
|
GetFolderPathResult |
AbstractAmazonWorkDocs.getFolderPath(GetFolderPathRequest request) |
GetFolderPathResult |
AmazonWorkDocs.getFolderPath(GetFolderPathRequest getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
|
Future<GetFolderPathResult> |
AmazonWorkDocsAsyncClient.getFolderPathAsync(GetFolderPathRequest request) |
Future<GetFolderPathResult> |
AbstractAmazonWorkDocsAsync.getFolderPathAsync(GetFolderPathRequest request) |
Future<GetFolderPathResult> |
AmazonWorkDocsAsync.getFolderPathAsync(GetFolderPathRequest getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
|
Future<GetFolderPathResult> |
AmazonWorkDocsAsyncClient.getFolderPathAsync(GetFolderPathRequest request,
AsyncHandler<GetFolderPathRequest,GetFolderPathResult> asyncHandler) |
Future<GetFolderPathResult> |
AbstractAmazonWorkDocsAsync.getFolderPathAsync(GetFolderPathRequest request,
AsyncHandler<GetFolderPathRequest,GetFolderPathResult> asyncHandler) |
Future<GetFolderPathResult> |
AmazonWorkDocsAsync.getFolderPathAsync(GetFolderPathRequest getFolderPathRequest,
AsyncHandler<GetFolderPathRequest,GetFolderPathResult> asyncHandler)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFolderPathResult> |
AmazonWorkDocsAsyncClient.getFolderPathAsync(GetFolderPathRequest request,
AsyncHandler<GetFolderPathRequest,GetFolderPathResult> asyncHandler) |
Future<GetFolderPathResult> |
AbstractAmazonWorkDocsAsync.getFolderPathAsync(GetFolderPathRequest request,
AsyncHandler<GetFolderPathRequest,GetFolderPathResult> asyncHandler) |
Future<GetFolderPathResult> |
AmazonWorkDocsAsync.getFolderPathAsync(GetFolderPathRequest getFolderPathRequest,
AsyncHandler<GetFolderPathRequest,GetFolderPathResult> asyncHandler)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
|
| Modifier and Type | Method and Description |
|---|---|
GetFolderPathRequest |
GetFolderPathRequest.clone() |
GetFolderPathRequest |
GetFolderPathRequest.withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
GetFolderPathRequest |
GetFolderPathRequest.withFields(String fields)
A comma-separated list of values.
|
GetFolderPathRequest |
GetFolderPathRequest.withFolderId(String folderId)
The ID of the folder.
|
GetFolderPathRequest |
GetFolderPathRequest.withLimit(Integer limit)
The maximum number of levels in the hierarchy to return.
|
GetFolderPathRequest |
GetFolderPathRequest.withMarker(String marker)
This value is not supported.
|
Copyright © 2024. All rights reserved.