| 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 |
|---|---|
GetApplicationResult |
AWSQBusinessClient.getApplication(GetApplicationRequest request)
Gets information about an existing Amazon Q Business application.
|
GetApplicationResult |
AbstractAWSQBusiness.getApplication(GetApplicationRequest request) |
GetApplicationResult |
AWSQBusiness.getApplication(GetApplicationRequest getApplicationRequest)
Gets information about an existing Amazon Q Business application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationResult> |
AWSQBusinessAsyncClient.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AWSQBusinessAsync.getApplicationAsync(GetApplicationRequest getApplicationRequest,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Gets information about an existing Amazon Q Business application.
|
Future<GetApplicationResult> |
AbstractAWSQBusinessAsync.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
GetApplicationResult.clone() |
GetApplicationResult |
GetApplicationResult.withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Q Business application.
|
GetApplicationResult |
GetApplicationResult.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
|
GetApplicationResult |
GetApplicationResult.withAttachmentsConfiguration(AppliedAttachmentsConfiguration attachmentsConfiguration)
Settings for whether end users can upload files directly during chat.
|
GetApplicationResult |
GetApplicationResult.withCreatedAt(Date createdAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
GetApplicationResult |
GetApplicationResult.withDescription(String description)
A description for the Amazon Q Business application.
|
GetApplicationResult |
GetApplicationResult.withDisplayName(String displayName)
The name of the Amazon Q Business application.
|
GetApplicationResult |
GetApplicationResult.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The identifier of the Amazon Web Services KMS key that is used to encrypt your data.
|
GetApplicationResult |
GetApplicationResult.withError(ErrorDetail error)
If the
Status field is set to ERROR, the ErrorMessage field contains a
description of the error that caused the synchronization to fail. |
GetApplicationResult |
GetApplicationResult.withIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business
application.
|
GetApplicationResult |
GetApplicationResult.withPersonalizationConfiguration(PersonalizationConfiguration personalizationConfiguration)
Configuration information about chat response personalization.
|
GetApplicationResult |
GetApplicationResult.withQAppsConfiguration(QAppsConfiguration qAppsConfiguration)
Settings for whether end users can create and use Amazon Q Apps in the web experience.
|
GetApplicationResult |
GetApplicationResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
|
GetApplicationResult |
GetApplicationResult.withStatus(ApplicationStatus status)
The status of the Amazon Q Business application.
|
GetApplicationResult |
GetApplicationResult.withStatus(String status)
The status of the Amazon Q Business application.
|
GetApplicationResult |
GetApplicationResult.withUpdatedAt(Date updatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
Copyright © 2025. All rights reserved.