| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| software.amazon.awssdk.services.workdocs.paginators |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeRootFoldersResponse> |
DescribeRootFoldersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRootFoldersPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeRootFoldersResponse> subscriber) |
Copyright © 2023. All rights reserved.