| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AbstractAWSQBusinessAsync.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSQBusinessAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Provides a list of groups that are mapped to users.
|
Future<ListGroupsResult> |
AWSQBusinessAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AbstractAWSQBusinessAsync.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> |
AWSQBusinessAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AbstractAWSQBusinessAsync.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> |
AWSQBusinessAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.clone() |
ListGroupsResult |
ListGroupsResult.withItems(Collection<GroupSummary> items)
Summary information for list of groups that are mapped to users.
|
ListGroupsResult |
ListGroupsResult.withItems(GroupSummary... items)
Summary information for list of groups that are mapped to users.
|
ListGroupsResult |
ListGroupsResult.withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to
retrieve the next set of groups that are mapped to users.
|
Copyright © 2024. All rights reserved.