Uses of Class
software.amazon.awssdk.services.workdocs.model.DescribeGroupsResponse
-
Packages that use DescribeGroupsResponse 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 DescribeGroupsResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DescribeGroupsResponse Modifier and Type Method Description default DescribeGroupsResponseWorkDocsClient. describeGroups(Consumer<DescribeGroupsRequest.Builder> describeGroupsRequest)Describes the groups specified by the query.default DescribeGroupsResponseWorkDocsClient. describeGroups(DescribeGroupsRequest describeGroupsRequest)Describes the groups specified by the query.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DescribeGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeGroupsResponse>WorkDocsAsyncClient. describeGroups(Consumer<DescribeGroupsRequest.Builder> describeGroupsRequest)Describes the groups specified by the query.default CompletableFuture<DescribeGroupsResponse>WorkDocsAsyncClient. describeGroups(DescribeGroupsRequest describeGroupsRequest)Describes the groups specified by the query. -
Uses of DescribeGroupsResponse in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type DescribeGroupsResponse Modifier and Type Method Description Iterator<DescribeGroupsResponse>DescribeGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.workdocs.paginators with type arguments of type DescribeGroupsResponse Modifier and Type Method Description voidDescribeGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeGroupsResponse> subscriber)
-