| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness | |
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
GetWebExperienceResult |
AbstractAWSQBusiness.getWebExperience(GetWebExperienceRequest request) |
GetWebExperienceResult |
AWSQBusinessClient.getWebExperience(GetWebExperienceRequest request)
Gets information about an existing Amazon Q web experience.
|
GetWebExperienceResult |
AWSQBusiness.getWebExperience(GetWebExperienceRequest getWebExperienceRequest)
Gets information about an existing Amazon Q web experience.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWebExperienceResult> |
AbstractAWSQBusinessAsync.getWebExperienceAsync(GetWebExperienceRequest request,
AsyncHandler<GetWebExperienceRequest,GetWebExperienceResult> asyncHandler) |
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 web experience.
|
| Modifier and Type | Method and Description |
|---|---|
GetWebExperienceResult |
GetWebExperienceResult.clone() |
GetWebExperienceResult |
GetWebExperienceResult.withApplicationId(String applicationId)
The identifier of the Amazon Q application linked to the web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withAuthenticationConfiguration(WebExperienceAuthConfiguration authenticationConfiguration)
The authentication configuration information for your Amazon Q web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withCreatedAt(Date createdAt)
The Unix timestamp when the retriever was created.
|
GetWebExperienceResult |
GetWebExperienceResult.withDefaultEndpoint(String defaultEndpoint)
The endpoint of your Amazon Q 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.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 web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withStatus(WebExperienceStatus status)
The current status of the Amazon Q web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withSubtitle(String subtitle)
The subtitle for your Amazon Q web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withTitle(String title)
The title for your Amazon Q web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withUpdatedAt(Date updatedAt)
The Unix timestamp when the data source connector was last updated.
|
GetWebExperienceResult |
GetWebExperienceResult.withWebExperienceArn(String webExperienceArn)
The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q web experience and required
resources.
|
GetWebExperienceResult |
GetWebExperienceResult.withWebExperienceId(String webExperienceId)
The identifier of the Amazon Q web experience.
|
GetWebExperienceResult |
GetWebExperienceResult.withWelcomeMessage(String welcomeMessage)
The customized welcome message for end users of an Amazon Q web experience.
|
Copyright © 2024. All rights reserved.