Uses of Class
software.amazon.awssdk.services.workdocs.model.DescribeCommentsResponse
-
Packages that use DescribeCommentsResponse 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 DescribeCommentsResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DescribeCommentsResponse Modifier and Type Method Description default DescribeCommentsResponseWorkDocsClient. describeComments(Consumer<DescribeCommentsRequest.Builder> describeCommentsRequest)List all the comments for the specified document version.default DescribeCommentsResponseWorkDocsClient. describeComments(DescribeCommentsRequest describeCommentsRequest)List all the comments for the specified document version.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DescribeCommentsResponse Modifier and Type Method Description default CompletableFuture<DescribeCommentsResponse>WorkDocsAsyncClient. describeComments(Consumer<DescribeCommentsRequest.Builder> describeCommentsRequest)List all the comments for the specified document version.default CompletableFuture<DescribeCommentsResponse>WorkDocsAsyncClient. describeComments(DescribeCommentsRequest describeCommentsRequest)List all the comments for the specified document version. -
Uses of DescribeCommentsResponse in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type DescribeCommentsResponse Modifier and Type Method Description Iterator<DescribeCommentsResponse>DescribeCommentsIterable. iterator()Method parameters in software.amazon.awssdk.services.workdocs.paginators with type arguments of type DescribeCommentsResponse Modifier and Type Method Description voidDescribeCommentsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCommentsResponse> subscriber)
-