| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| software.amazon.awssdk.services.workdocs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeGroupsResponse |
WorkDocsClient.describeGroups(Consumer<DescribeGroupsRequest.Builder> describeGroupsRequest)
Describes the groups specified by the query.
|
default DescribeGroupsResponse |
WorkDocsClient.describeGroups(DescribeGroupsRequest describeGroupsRequest)
Describes the groups specified by the query.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeGroupsResponse> |
DescribeGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.