| 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 GetDocumentPathResponse |
WorkDocsClient.getDocumentPath(Consumer<GetDocumentPathRequest.Builder> getDocumentPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
default CompletableFuture<GetDocumentPathResponse> |
WorkDocsAsyncClient.getDocumentPath(Consumer<GetDocumentPathRequest.Builder> getDocumentPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the requested document.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentPathRequest.Builder |
GetDocumentPathRequest.Builder.authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
static GetDocumentPathRequest.Builder |
GetDocumentPathRequest.builder() |
GetDocumentPathRequest.Builder |
GetDocumentPathRequest.Builder.documentId(String documentId)
The ID of the document.
|
GetDocumentPathRequest.Builder |
GetDocumentPathRequest.Builder.fields(String fields)
A comma-separated list of values.
|
GetDocumentPathRequest.Builder |
GetDocumentPathRequest.Builder.limit(Integer limit)
The maximum number of levels in the hierarchy to return.
|
GetDocumentPathRequest.Builder |
GetDocumentPathRequest.Builder.marker(String marker)
This value is not supported.
|
GetDocumentPathRequest.Builder |
GetDocumentPathRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDocumentPathRequest.Builder |
GetDocumentPathRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDocumentPathRequest.Builder |
GetDocumentPathRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDocumentPathRequest.Builder> |
GetDocumentPathRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.