Uses of Class
software.amazon.awssdk.services.workdocs.model.GetFolderPathResponse
-
Packages that use GetFolderPathResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of GetFolderPathResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return GetFolderPathResponse Modifier and Type Method Description default GetFolderPathResponse
WorkDocsClient. getFolderPath(Consumer<GetFolderPathRequest.Builder> getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.default GetFolderPathResponse
WorkDocsClient. getFolderPath(GetFolderPathRequest getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type GetFolderPathResponse Modifier and Type Method Description default CompletableFuture<GetFolderPathResponse>
WorkDocsAsyncClient. getFolderPath(Consumer<GetFolderPathRequest.Builder> getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.default CompletableFuture<GetFolderPathResponse>
WorkDocsAsyncClient. getFolderPath(GetFolderPathRequest getFolderPathRequest)
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
-