Uses of Interface
software.amazon.awssdk.services.workdocs.model.GetDocumentPathRequest.Builder
-
Packages that use GetDocumentPathRequest.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 GetDocumentPathRequest.Builder in software.amazon.awssdk.services.workdocs
Method parameters in software.amazon.awssdk.services.workdocs with type arguments of type GetDocumentPathRequest.Builder 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 GetDocumentPathResponseWorkDocsClient. getDocumentPath(Consumer<GetDocumentPathRequest.Builder> getDocumentPathRequest)Retrieves the path information (the hierarchy from the root folder) for the requested document. -
Uses of GetDocumentPathRequest.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return GetDocumentPathRequest.Builder Modifier and Type Method Description GetDocumentPathRequest.BuilderGetDocumentPathRequest.Builder. authenticationToken(String authenticationToken)Amazon WorkDocs authentication token.static GetDocumentPathRequest.BuilderGetDocumentPathRequest. builder()GetDocumentPathRequest.BuilderGetDocumentPathRequest.Builder. documentId(String documentId)The ID of the document.GetDocumentPathRequest.BuilderGetDocumentPathRequest.Builder. fields(String fields)A comma-separated list of values.GetDocumentPathRequest.BuilderGetDocumentPathRequest.Builder. limit(Integer limit)The maximum number of levels in the hierarchy to return.GetDocumentPathRequest.BuilderGetDocumentPathRequest.Builder. marker(String marker)This value is not supported.GetDocumentPathRequest.BuilderGetDocumentPathRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDocumentPathRequest.BuilderGetDocumentPathRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDocumentPathRequest.BuilderGetDocumentPathRequest. toBuilder()Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type GetDocumentPathRequest.Builder Modifier and Type Method Description static Class<? extends GetDocumentPathRequest.Builder>GetDocumentPathRequest. serializableBuilderClass()
-