Uses of Class
software.amazon.awssdk.services.workdocs.model.GetDocumentPathRequest
-
Packages that use GetDocumentPathRequest 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 GetDocumentPathRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type GetDocumentPathRequest Modifier and Type Method Description default CompletableFuture<GetDocumentPathResponse>WorkDocsAsyncClient. getDocumentPath(GetDocumentPathRequest getDocumentPathRequest)Retrieves the path information (the hierarchy from the root folder) for the requested document.default GetDocumentPathResponseWorkDocsClient. getDocumentPath(GetDocumentPathRequest getDocumentPathRequest)Retrieves the path information (the hierarchy from the root folder) for the requested document. -
Uses of GetDocumentPathRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type GetDocumentPathRequest Modifier and Type Method Description SdkHttpFullRequestGetDocumentPathRequestMarshaller. marshall(GetDocumentPathRequest getDocumentPathRequest)
-