Uses of Class
software.amazon.awssdk.services.workdocs.model.GetFolderResponse
-
Packages that use GetFolderResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of GetFolderResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return GetFolderResponse Modifier and Type Method Description default GetFolderResponseWorkDocsClient. getFolder(Consumer<GetFolderRequest.Builder> getFolderRequest)Retrieves the metadata of the specified folder.default GetFolderResponseWorkDocsClient. getFolder(GetFolderRequest getFolderRequest)Retrieves the metadata of the specified folder.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type GetFolderResponse Modifier and Type Method Description default CompletableFuture<GetFolderResponse>WorkDocsAsyncClient. getFolder(Consumer<GetFolderRequest.Builder> getFolderRequest)Retrieves the metadata of the specified folder.default CompletableFuture<GetFolderResponse>WorkDocsAsyncClient. getFolder(GetFolderRequest getFolderRequest)Retrieves the metadata of the specified folder.
-