| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFolderResponse |
WorkDocsClient.createFolder(Consumer<CreateFolderRequest.Builder> createFolderRequest)
Creates a folder with the specified name and parent folder.
|
default CreateFolderResponse |
WorkDocsClient.createFolder(CreateFolderRequest createFolderRequest)
Creates a folder with the specified name and parent folder.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFolderResponse> |
WorkDocsAsyncClient.createFolder(Consumer<CreateFolderRequest.Builder> createFolderRequest)
Creates a folder with the specified name and parent folder.
|
default CompletableFuture<CreateFolderResponse> |
WorkDocsAsyncClient.createFolder(CreateFolderRequest createFolderRequest)
Creates a folder with the specified name and parent folder.
|
Copyright © 2023. All rights reserved.