| 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 |
|---|---|
GetWebExperienceResult |
AWSQBusinessClient.getWebExperience(GetWebExperienceRequest request)
Gets information about an existing Amazon Q Business web experience.
|
GetWebExperienceResult |
AbstractAWSQBusiness.getWebExperience(GetWebExperienceRequest request) |
GetWebExperienceResult |
AWSQBusiness.getWebExperience(GetWebExperienceRequest getWebExperienceRequest)
Gets information about an existing Amazon Q Business web experience.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWebExperienceResult> |
AWSQBusinessAsyncClient.getWebExperienceAsync(GetWebExperienceRequest request,
AsyncHandler<GetWebExperienceRequest,GetWebExperienceResult> asyncHandler) |
Future<GetWebExperienceResult> |
AWSQBusinessAsync.getWebExperienceAsync(GetWebExperienceRequest getWebExperienceRequest,
AsyncHandler<GetWebExperienceRequest,GetWebExperienceResult> asyncHandler)
Gets information about an existing Amazon Q Business web experience.
|
Future<GetWebExperienceResult> |
AbstractAWSQBusinessAsync.getWebExperienceAsync(GetWebExperienceRequest request,
AsyncHandler<GetWebExperienceRequest,GetWebExperienceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetWebExperienceResult |
GetWebExperienceResult.clone() |
GetWebExperienceResult |
GetWebExperienceResult.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application linked to the web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withAuthenticationConfiguration(WebExperienceAuthConfiguration authenticationConfiguration)
Deprecated.
|
GetWebExperienceResult |
GetWebExperienceResult.withCreatedAt(Date createdAt)
The Unix timestamp when the Amazon Q Business web experience was last created.
|
GetWebExperienceResult |
GetWebExperienceResult.withDefaultEndpoint(String defaultEndpoint)
The endpoint of your Amazon Q Business web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withError(ErrorDetail error)
When the
Status field value is FAILED, the ErrorMessage field contains a
description of the error that caused the data source connector to fail. |
GetWebExperienceResult |
GetWebExperienceResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the service role attached to your web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withSamplePromptsControlMode(String samplePromptsControlMode)
Determines whether sample prompts are enabled in the web experience for an end user.
|
GetWebExperienceResult |
GetWebExperienceResult.withSamplePromptsControlMode(WebExperienceSamplePromptsControlMode samplePromptsControlMode)
Determines whether sample prompts are enabled in the web experience for an end user.
|
GetWebExperienceResult |
GetWebExperienceResult.withStatus(String status)
The current status of the Amazon Q Business web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withStatus(WebExperienceStatus status)
The current status of the Amazon Q Business web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withSubtitle(String subtitle)
The subtitle for your Amazon Q Business web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withTitle(String title)
The title for your Amazon Q Business web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withUpdatedAt(Date updatedAt)
The Unix timestamp when the Amazon Q Business web experience was last updated.
|
GetWebExperienceResult |
GetWebExperienceResult.withWebExperienceArn(String webExperienceArn)
The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q Business web experience and
required resources.
|
GetWebExperienceResult |
GetWebExperienceResult.withWebExperienceId(String webExperienceId)
The identifier of the Amazon Q Business web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withWelcomeMessage(String welcomeMessage)
The customized welcome message for end users of an Amazon Q Business web experience.
|
Copyright © 2025. All rights reserved.