Uses of Class
software.amazon.awssdk.services.workdocs.model.DescribeFolderContentsResponse
-
Packages that use DescribeFolderContentsResponse 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 DescribeFolderContentsResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DescribeFolderContentsResponse Modifier and Type Method Description default DescribeFolderContentsResponseWorkDocsClient. describeFolderContents(Consumer<DescribeFolderContentsRequest.Builder> describeFolderContentsRequest)Describes the contents of the specified folder, including its documents and subfolders.default DescribeFolderContentsResponseWorkDocsClient. describeFolderContents(DescribeFolderContentsRequest describeFolderContentsRequest)Describes the contents of the specified folder, including its documents and subfolders.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DescribeFolderContentsResponse Modifier and Type Method Description default CompletableFuture<DescribeFolderContentsResponse>WorkDocsAsyncClient. describeFolderContents(Consumer<DescribeFolderContentsRequest.Builder> describeFolderContentsRequest)Describes the contents of the specified folder, including its documents and subfolders.default CompletableFuture<DescribeFolderContentsResponse>WorkDocsAsyncClient. describeFolderContents(DescribeFolderContentsRequest describeFolderContentsRequest)Describes the contents of the specified folder, including its documents and subfolders. -
Uses of DescribeFolderContentsResponse in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type DescribeFolderContentsResponse Modifier and Type Method Description Iterator<DescribeFolderContentsResponse>DescribeFolderContentsIterable. iterator()Method parameters in software.amazon.awssdk.services.workdocs.paginators with type arguments of type DescribeFolderContentsResponse Modifier and Type Method Description voidDescribeFolderContentsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeFolderContentsResponse> subscriber)
-