Uses of Interface
software.amazon.awssdk.services.workdocs.model.GetFolderPathRequest.Builder
-
Packages that use GetFolderPathRequest.Builder Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.model -
-
Uses of GetFolderPathRequest.Builder in software.amazon.awssdk.services.workdocs
Method parameters in software.amazon.awssdk.services.workdocs with type arguments of type GetFolderPathRequest.Builder 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 GetFolderPathResponseWorkDocsClient. getFolderPath(Consumer<GetFolderPathRequest.Builder> getFolderPathRequest)Retrieves the path information (the hierarchy from the root folder) for the specified folder. -
Uses of GetFolderPathRequest.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return GetFolderPathRequest.Builder Modifier and Type Method Description GetFolderPathRequest.BuilderGetFolderPathRequest.Builder. authenticationToken(String authenticationToken)Amazon WorkDocs authentication token.static GetFolderPathRequest.BuilderGetFolderPathRequest. builder()GetFolderPathRequest.BuilderGetFolderPathRequest.Builder. fields(String fields)A comma-separated list of values.GetFolderPathRequest.BuilderGetFolderPathRequest.Builder. folderId(String folderId)The ID of the folder.GetFolderPathRequest.BuilderGetFolderPathRequest.Builder. limit(Integer limit)The maximum number of levels in the hierarchy to return.GetFolderPathRequest.BuilderGetFolderPathRequest.Builder. marker(String marker)This value is not supported.GetFolderPathRequest.BuilderGetFolderPathRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFolderPathRequest.BuilderGetFolderPathRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFolderPathRequest.BuilderGetFolderPathRequest. toBuilder()Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type GetFolderPathRequest.Builder Modifier and Type Method Description static Class<? extends GetFolderPathRequest.Builder>GetFolderPathRequest. serializableBuilderClass()
-