| Package | Description |
|---|---|
| com.amazonaws.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeGroupsResult> |
AmazonWorkDocsAsyncClient.describeGroupsAsync(DescribeGroupsRequest request,
AsyncHandler<DescribeGroupsRequest,DescribeGroupsResult> asyncHandler) |
Future<DescribeGroupsResult> |
AbstractAmazonWorkDocsAsync.describeGroupsAsync(DescribeGroupsRequest request,
AsyncHandler<DescribeGroupsRequest,DescribeGroupsResult> asyncHandler) |
Future<DescribeGroupsResult> |
AmazonWorkDocsAsync.describeGroupsAsync(DescribeGroupsRequest describeGroupsRequest,
AsyncHandler<DescribeGroupsRequest,DescribeGroupsResult> asyncHandler)
Describes the groups specified by the query.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupsRequest |
DescribeGroupsRequest.clone() |
DescribeGroupsRequest |
DescribeGroupsRequest.withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeGroupsRequest |
DescribeGroupsRequest.withLimit(Integer limit)
The maximum number of items to return with this call.
|
DescribeGroupsRequest |
DescribeGroupsRequest.withMarker(String marker)
The marker for the next set of results.
|
DescribeGroupsRequest |
DescribeGroupsRequest.withOrganizationId(String organizationId)
The ID of the organization.
|
DescribeGroupsRequest |
DescribeGroupsRequest.withSearchQuery(String searchQuery)
A query to describe groups by group name.
|
Copyright © 2024. All rights reserved.