| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness |
This is the Amazon Q Business API Reference.
|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
AWSQBusinessClient.listGroups(ListGroupsRequest request)
Provides a list of groups that are mapped to users.
|
ListGroupsResult |
AbstractAWSQBusiness.listGroups(ListGroupsRequest request) |
ListGroupsResult |
AWSQBusiness.listGroups(ListGroupsRequest listGroupsRequest)
Provides a list of groups that are mapped to users.
|
Future<ListGroupsResult> |
AWSQBusinessAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSQBusinessAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Provides a list of groups that are mapped to users.
|
Future<ListGroupsResult> |
AbstractAWSQBusinessAsync.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSQBusinessAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSQBusinessAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Provides a list of groups that are mapped to users.
|
Future<ListGroupsResult> |
AbstractAWSQBusinessAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AWSQBusinessAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSQBusinessAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Provides a list of groups that are mapped to users.
|
Future<ListGroupsResult> |
AbstractAWSQBusinessAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest |
ListGroupsRequest.clone() |
ListGroupsRequest |
ListGroupsRequest.withApplicationId(String applicationId)
The identifier of the application for getting a list of groups mapped to users.
|
ListGroupsRequest |
ListGroupsRequest.withDataSourceId(String dataSourceId)
The identifier of the data source for getting a list of groups mapped to users.
|
ListGroupsRequest |
ListGroupsRequest.withIndexId(String indexId)
The identifier of the index for getting a list of groups mapped to users.
|
ListGroupsRequest |
ListGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of returned groups that are mapped to users.
|
ListGroupsRequest |
ListGroupsRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Q Business returns a
pagination token in the response.
|
ListGroupsRequest |
ListGroupsRequest.withUpdatedEarlierThan(Date updatedEarlierThan)
The timestamp identifier used for the latest
PUT or DELETE action for mapping users to
their groups. |
Copyright © 2025. All rights reserved.