| 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 DescribeRootFoldersResponse |
WorkDocsClient.describeRootFolders(Consumer<DescribeRootFoldersRequest.Builder> describeRootFoldersRequest)
Describes the current user's special folders; the
RootFolder and the RecycleBin. |
default CompletableFuture<DescribeRootFoldersResponse> |
WorkDocsAsyncClient.describeRootFolders(Consumer<DescribeRootFoldersRequest.Builder> describeRootFoldersRequest)
Describes the current user's special folders; the
RootFolder and the RecycleBin. |
default DescribeRootFoldersIterable |
WorkDocsClient.describeRootFoldersPaginator(Consumer<DescribeRootFoldersRequest.Builder> describeRootFoldersRequest)
Describes the current user's special folders; the
RootFolder and the RecycleBin. |
default DescribeRootFoldersPublisher |
WorkDocsAsyncClient.describeRootFoldersPaginator(Consumer<DescribeRootFoldersRequest.Builder> describeRootFoldersRequest)
Describes the current user's special folders; the
RootFolder and the RecycleBin. |
| Modifier and Type | Method and Description |
|---|---|
DescribeRootFoldersRequest.Builder |
DescribeRootFoldersRequest.Builder.authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
static DescribeRootFoldersRequest.Builder |
DescribeRootFoldersRequest.builder() |
DescribeRootFoldersRequest.Builder |
DescribeRootFoldersRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
DescribeRootFoldersRequest.Builder |
DescribeRootFoldersRequest.Builder.marker(String marker)
The marker for the next set of results.
|
DescribeRootFoldersRequest.Builder |
DescribeRootFoldersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeRootFoldersRequest.Builder |
DescribeRootFoldersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeRootFoldersRequest.Builder |
DescribeRootFoldersRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeRootFoldersRequest.Builder> |
DescribeRootFoldersRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.