| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness | |
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
AWSQBusinessClient.getApplication(GetApplicationRequest request)
Gets information about an existing Amazon Q application.
|
GetApplicationResult |
AWSQBusiness.getApplication(GetApplicationRequest getApplicationRequest)
Gets information about an existing Amazon Q application.
|
GetApplicationResult |
AbstractAWSQBusiness.getApplication(GetApplicationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationResult> |
AbstractAWSQBusinessAsync.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
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 application.
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
GetApplicationResult.clone() |
GetApplicationResult |
GetApplicationResult.withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Q application.
|
GetApplicationResult |
GetApplicationResult.withApplicationId(String applicationId)
The identifier of the Amazon Q 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 application was last updated.
|
GetApplicationResult |
GetApplicationResult.withDescription(String description)
A description for the Amazon Q application.
|
GetApplicationResult |
GetApplicationResult.withDisplayName(String displayName)
The name of the Amazon Q 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.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 application.
|
GetApplicationResult |
GetApplicationResult.withStatus(String status)
The status of the Amazon Q application.
|
GetApplicationResult |
GetApplicationResult.withUpdatedAt(Date updatedAt)
The Unix timestamp when the Amazon Q application was last updated.
|
Copyright © 2024. All rights reserved.