| 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 |
|---|---|
GetRetrieverResult |
AWSQBusinessClient.getRetriever(GetRetrieverRequest request)
Gets information about an existing retriever used by an Amazon Q Business application.
|
GetRetrieverResult |
AWSQBusiness.getRetriever(GetRetrieverRequest getRetrieverRequest)
Gets information about an existing retriever used by an Amazon Q Business application.
|
GetRetrieverResult |
AbstractAWSQBusiness.getRetriever(GetRetrieverRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRetrieverResult> |
AWSQBusinessAsyncClient.getRetrieverAsync(GetRetrieverRequest request) |
Future<GetRetrieverResult> |
AWSQBusinessAsync.getRetrieverAsync(GetRetrieverRequest getRetrieverRequest)
Gets information about an existing retriever used by an Amazon Q Business application.
|
Future<GetRetrieverResult> |
AbstractAWSQBusinessAsync.getRetrieverAsync(GetRetrieverRequest request) |
Future<GetRetrieverResult> |
AWSQBusinessAsyncClient.getRetrieverAsync(GetRetrieverRequest request,
AsyncHandler<GetRetrieverRequest,GetRetrieverResult> asyncHandler) |
Future<GetRetrieverResult> |
AWSQBusinessAsync.getRetrieverAsync(GetRetrieverRequest getRetrieverRequest,
AsyncHandler<GetRetrieverRequest,GetRetrieverResult> asyncHandler)
Gets information about an existing retriever used by an Amazon Q Business application.
|
Future<GetRetrieverResult> |
AbstractAWSQBusinessAsync.getRetrieverAsync(GetRetrieverRequest request,
AsyncHandler<GetRetrieverRequest,GetRetrieverResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRetrieverResult> |
AWSQBusinessAsyncClient.getRetrieverAsync(GetRetrieverRequest request,
AsyncHandler<GetRetrieverRequest,GetRetrieverResult> asyncHandler) |
Future<GetRetrieverResult> |
AWSQBusinessAsync.getRetrieverAsync(GetRetrieverRequest getRetrieverRequest,
AsyncHandler<GetRetrieverRequest,GetRetrieverResult> asyncHandler)
Gets information about an existing retriever used by an Amazon Q Business application.
|
Future<GetRetrieverResult> |
AbstractAWSQBusinessAsync.getRetrieverAsync(GetRetrieverRequest request,
AsyncHandler<GetRetrieverRequest,GetRetrieverResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRetrieverResult |
GetRetrieverResult.clone() |
GetRetrieverResult |
GetRetrieverResult.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the retriever.
|
GetRetrieverResult |
GetRetrieverResult.withConfiguration(RetrieverConfiguration configuration) |
GetRetrieverResult |
GetRetrieverResult.withCreatedAt(Date createdAt)
The Unix timestamp when the retriever was created.
|
GetRetrieverResult |
GetRetrieverResult.withDisplayName(String displayName)
The name of the retriever.
|
GetRetrieverResult |
GetRetrieverResult.withRetrieverArn(String retrieverArn)
The Amazon Resource Name (ARN) of the IAM role associated with the retriever.
|
GetRetrieverResult |
GetRetrieverResult.withRetrieverId(String retrieverId)
The identifier of the retriever.
|
GetRetrieverResult |
GetRetrieverResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role with the permission to access the retriever and required resources.
|
GetRetrieverResult |
GetRetrieverResult.withStatus(RetrieverStatus status)
The status of the retriever.
|
GetRetrieverResult |
GetRetrieverResult.withStatus(String status)
The status of the retriever.
|
GetRetrieverResult |
GetRetrieverResult.withType(RetrieverType type)
The type of the retriever.
|
GetRetrieverResult |
GetRetrieverResult.withType(String type)
The type of the retriever.
|
GetRetrieverResult |
GetRetrieverResult.withUpdatedAt(Date updatedAt)
The Unix timestamp when the retriever was last updated.
|
Copyright © 2024. All rights reserved.