| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The WorkDocs API is designed for the following use cases:
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeRootFoldersResponse |
WorkDocsClient.describeRootFolders(Consumer<DescribeRootFoldersRequest.Builder> describeRootFoldersRequest)
Describes the current user's special folders; the
RootFolder and the RecycleBin. |
default DescribeRootFoldersResponse |
WorkDocsClient.describeRootFolders(DescribeRootFoldersRequest describeRootFoldersRequest)
Describes the current user's special folders; the
RootFolder and the RecycleBin. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeRootFoldersResponse> |
WorkDocsAsyncClient.describeRootFolders(Consumer<DescribeRootFoldersRequest.Builder> describeRootFoldersRequest)
Describes the current user's special folders; the
RootFolder and the RecycleBin. |
default CompletableFuture<DescribeRootFoldersResponse> |
WorkDocsAsyncClient.describeRootFolders(DescribeRootFoldersRequest describeRootFoldersRequest)
Describes the current user's special folders; the
RootFolder and the RecycleBin. |
Copyright © 2022. All rights reserved.