Uses of Class
software.amazon.awssdk.services.workdocs.model.DescribeRootFoldersResponse
-
Packages that use DescribeRootFoldersResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.paginators -
-
Uses of DescribeRootFoldersResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DescribeRootFoldersResponse Modifier and Type Method Description default DescribeRootFoldersResponseWorkDocsClient. describeRootFolders(Consumer<DescribeRootFoldersRequest.Builder> describeRootFoldersRequest)Describes the current user's special folders; theRootFolderand theRecycleBin.default DescribeRootFoldersResponseWorkDocsClient. describeRootFolders(DescribeRootFoldersRequest describeRootFoldersRequest)Describes the current user's special folders; theRootFolderand theRecycleBin.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DescribeRootFoldersResponse Modifier and Type Method Description default CompletableFuture<DescribeRootFoldersResponse>WorkDocsAsyncClient. describeRootFolders(Consumer<DescribeRootFoldersRequest.Builder> describeRootFoldersRequest)Describes the current user's special folders; theRootFolderand theRecycleBin.default CompletableFuture<DescribeRootFoldersResponse>WorkDocsAsyncClient. describeRootFolders(DescribeRootFoldersRequest describeRootFoldersRequest)Describes the current user's special folders; theRootFolderand theRecycleBin. -
Uses of DescribeRootFoldersResponse in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type DescribeRootFoldersResponse Modifier and Type Method Description Iterator<DescribeRootFoldersResponse>DescribeRootFoldersIterable. iterator()Method parameters in software.amazon.awssdk.services.workdocs.paginators with type arguments of type DescribeRootFoldersResponse Modifier and Type Method Description voidDescribeRootFoldersPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeRootFoldersResponse> subscriber)
-