| 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 |
|---|---|
Future<CreateApplicationResult> |
AWSQBusinessAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSQBusinessAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an Amazon Q Business application.
|
Future<CreateApplicationResult> |
AbstractAWSQBusinessAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withAttachmentsConfiguration(AttachmentsConfiguration attachmentsConfiguration)
An option to allow end users to upload files directly during chat.
|
CreateApplicationRequest |
CreateApplicationRequest.withClientToken(String clientToken)
A token that you provide to identify the request to create your Amazon Q Business application.
|
CreateApplicationRequest |
CreateApplicationRequest.withDescription(String description)
A description for the Amazon Q Business application.
|
CreateApplicationRequest |
CreateApplicationRequest.withDisplayName(String displayName)
A name for the Amazon Q Business application.
|
CreateApplicationRequest |
CreateApplicationRequest.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The identifier of the KMS key that is used to encrypt your data.
|
CreateApplicationRequest |
CreateApplicationRequest.withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting
to—your Amazon Q Business application.
|
CreateApplicationRequest |
CreateApplicationRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your Amazon Q Business application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize your Amazon Q Business application.
|
Copyright © 2024. All rights reserved.