| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
default GetFolderPathResponse |
WorkDocsClient.getFolderPath(Consumer<GetFolderPathRequest.Builder> getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
|
default CompletableFuture<GetFolderPathResponse> |
WorkDocsAsyncClient.getFolderPath(Consumer<GetFolderPathRequest.Builder> getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
|
| Modifier and Type | Method and Description |
|---|---|
GetFolderPathRequest.Builder |
GetFolderPathRequest.Builder.authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
static GetFolderPathRequest.Builder |
GetFolderPathRequest.builder() |
GetFolderPathRequest.Builder |
GetFolderPathRequest.Builder.fields(String fields)
A comma-separated list of values.
|
GetFolderPathRequest.Builder |
GetFolderPathRequest.Builder.folderId(String folderId)
The ID of the folder.
|
GetFolderPathRequest.Builder |
GetFolderPathRequest.Builder.limit(Integer limit)
The maximum number of levels in the hierarchy to return.
|
GetFolderPathRequest.Builder |
GetFolderPathRequest.Builder.marker(String marker)
This value is not supported.
|
GetFolderPathRequest.Builder |
GetFolderPathRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFolderPathRequest.Builder |
GetFolderPathRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetFolderPathRequest.Builder |
GetFolderPathRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFolderPathRequest.Builder> |
GetFolderPathRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.