Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteFolderContentsResponse
-
Packages that use DeleteFolderContentsResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of DeleteFolderContentsResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DeleteFolderContentsResponse Modifier and Type Method Description default DeleteFolderContentsResponseWorkDocsClient. deleteFolderContents(Consumer<DeleteFolderContentsRequest.Builder> deleteFolderContentsRequest)Deletes the contents of the specified folder.default DeleteFolderContentsResponseWorkDocsClient. deleteFolderContents(DeleteFolderContentsRequest deleteFolderContentsRequest)Deletes the contents of the specified folder.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DeleteFolderContentsResponse Modifier and Type Method Description default CompletableFuture<DeleteFolderContentsResponse>WorkDocsAsyncClient. deleteFolderContents(Consumer<DeleteFolderContentsRequest.Builder> deleteFolderContentsRequest)Deletes the contents of the specified folder.default CompletableFuture<DeleteFolderContentsResponse>WorkDocsAsyncClient. deleteFolderContents(DeleteFolderContentsRequest deleteFolderContentsRequest)Deletes the contents of the specified folder.
-