| 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 |
|---|---|
PutGroupResult |
AWSQBusinessClient.putGroup(PutGroupRequest request)
Create, or updates, a mapping of users—who have access to a document—to groups.
|
PutGroupResult |
AbstractAWSQBusiness.putGroup(PutGroupRequest request) |
PutGroupResult |
AWSQBusiness.putGroup(PutGroupRequest putGroupRequest)
Create, or updates, a mapping of users—who have access to a document—to groups.
|
Future<PutGroupResult> |
AbstractAWSQBusinessAsync.putGroupAsync(PutGroupRequest request) |
Future<PutGroupResult> |
AWSQBusinessAsync.putGroupAsync(PutGroupRequest putGroupRequest)
Create, or updates, a mapping of users—who have access to a document—to groups.
|
Future<PutGroupResult> |
AWSQBusinessAsyncClient.putGroupAsync(PutGroupRequest request) |
Future<PutGroupResult> |
AbstractAWSQBusinessAsync.putGroupAsync(PutGroupRequest request,
AsyncHandler<PutGroupRequest,PutGroupResult> asyncHandler) |
Future<PutGroupResult> |
AWSQBusinessAsync.putGroupAsync(PutGroupRequest putGroupRequest,
AsyncHandler<PutGroupRequest,PutGroupResult> asyncHandler)
Create, or updates, a mapping of users—who have access to a document—to groups.
|
Future<PutGroupResult> |
AWSQBusinessAsyncClient.putGroupAsync(PutGroupRequest request,
AsyncHandler<PutGroupRequest,PutGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutGroupResult> |
AbstractAWSQBusinessAsync.putGroupAsync(PutGroupRequest request,
AsyncHandler<PutGroupRequest,PutGroupResult> asyncHandler) |
Future<PutGroupResult> |
AWSQBusinessAsync.putGroupAsync(PutGroupRequest putGroupRequest,
AsyncHandler<PutGroupRequest,PutGroupResult> asyncHandler)
Create, or updates, a mapping of users—who have access to a document—to groups.
|
Future<PutGroupResult> |
AWSQBusinessAsyncClient.putGroupAsync(PutGroupRequest request,
AsyncHandler<PutGroupRequest,PutGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutGroupRequest |
PutGroupRequest.clone() |
PutGroupRequest |
PutGroupRequest.withApplicationId(String applicationId)
The identifier of the application in which the user and group mapping belongs.
|
PutGroupRequest |
PutGroupRequest.withDataSourceId(String dataSourceId)
The identifier of the data source for which you want to map users to their groups.
|
PutGroupRequest |
PutGroupRequest.withGroupMembers(GroupMembers groupMembers) |
PutGroupRequest |
PutGroupRequest.withGroupName(String groupName)
The list that contains your users or sub groups that belong the same group.
|
PutGroupRequest |
PutGroupRequest.withIndexId(String indexId)
The identifier of the index in which you want to map users to their groups.
|
PutGroupRequest |
PutGroupRequest.withType(MembershipType type)
The type of the group.
|
PutGroupRequest |
PutGroupRequest.withType(String type)
The type of the group.
|
Copyright © 2024. All rights reserved.