Uses of Class
software.amazon.awssdk.services.workdocs.model.GetFolderPathRequest
-
Packages that use GetFolderPathRequest 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 GetFolderPathRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type GetFolderPathRequest Modifier and Type Method Description default CompletableFuture<GetFolderPathResponse>
WorkDocsAsyncClient. getFolderPath(GetFolderPathRequest 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. -
Uses of GetFolderPathRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type GetFolderPathRequest Modifier and Type Method Description SdkHttpFullRequest
GetFolderPathRequestMarshaller. marshall(GetFolderPathRequest getFolderPathRequest)
-