Uses of Class
software.amazon.awssdk.services.workdocs.model.CreateFolderRequest
-
Packages that use CreateFolderRequest Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.transform -
-
Uses of CreateFolderRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type CreateFolderRequest Modifier and Type Method Description default CompletableFuture<CreateFolderResponse>WorkDocsAsyncClient. createFolder(CreateFolderRequest createFolderRequest)Creates a folder with the specified name and parent folder.default CreateFolderResponseWorkDocsClient. createFolder(CreateFolderRequest createFolderRequest)Creates a folder with the specified name and parent folder. -
Uses of CreateFolderRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type CreateFolderRequest Modifier and Type Method Description SdkHttpFullRequestCreateFolderRequestMarshaller. marshall(CreateFolderRequest createFolderRequest)
-