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