| 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 |
|---|---|
GetUserResult |
AWSQBusinessClient.getUser(GetUserRequest request)
Describes the universally unique identifier (UUID) associated with a local user in a data source.
|
GetUserResult |
AbstractAWSQBusiness.getUser(GetUserRequest request) |
GetUserResult |
AWSQBusiness.getUser(GetUserRequest getUserRequest)
Describes the universally unique identifier (UUID) associated with a local user in a data source.
|
Future<GetUserResult> |
AWSQBusinessAsyncClient.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AWSQBusinessAsync.getUserAsync(GetUserRequest getUserRequest)
Describes the universally unique identifier (UUID) associated with a local user in a data source.
|
Future<GetUserResult> |
AbstractAWSQBusinessAsync.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AWSQBusinessAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Future<GetUserResult> |
AWSQBusinessAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Describes the universally unique identifier (UUID) associated with a local user in a data source.
|
Future<GetUserResult> |
AbstractAWSQBusinessAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUserResult> |
AWSQBusinessAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Future<GetUserResult> |
AWSQBusinessAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Describes the universally unique identifier (UUID) associated with a local user in a data source.
|
Future<GetUserResult> |
AbstractAWSQBusinessAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUserRequest |
GetUserRequest.clone() |
GetUserRequest |
GetUserRequest.withApplicationId(String applicationId)
The identifier of the application connected to the user.
|
GetUserRequest |
GetUserRequest.withUserId(String userId)
The user email address attached to the user.
|
Copyright © 2025. All rights reserved.