Uses of Class
software.amazon.awssdk.services.workdocs.model.DescribeUsersResponse
-
Packages that use DescribeUsersResponse 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 DescribeUsersResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DescribeUsersResponse Modifier and Type Method Description default DescribeUsersResponseWorkDocsClient. describeUsers(Consumer<DescribeUsersRequest.Builder> describeUsersRequest)Describes the specified users.default DescribeUsersResponseWorkDocsClient. describeUsers(DescribeUsersRequest describeUsersRequest)Describes the specified users.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DescribeUsersResponse Modifier and Type Method Description default CompletableFuture<DescribeUsersResponse>WorkDocsAsyncClient. describeUsers(Consumer<DescribeUsersRequest.Builder> describeUsersRequest)Describes the specified users.default CompletableFuture<DescribeUsersResponse>WorkDocsAsyncClient. describeUsers(DescribeUsersRequest describeUsersRequest)Describes the specified users. -
Uses of DescribeUsersResponse in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type DescribeUsersResponse Modifier and Type Method Description Iterator<DescribeUsersResponse>DescribeUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.workdocs.paginators with type arguments of type DescribeUsersResponse Modifier and Type Method Description voidDescribeUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeUsersResponse> subscriber)
-