| Package | Description |
|---|---|
| com.amazonaws.services.qconnect |
|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListContentAssociationsResult> |
AmazonQConnectAsyncClient.listContentAssociationsAsync(ListContentAssociationsRequest request,
AsyncHandler<ListContentAssociationsRequest,ListContentAssociationsResult> asyncHandler) |
Future<ListContentAssociationsResult> |
AbstractAmazonQConnectAsync.listContentAssociationsAsync(ListContentAssociationsRequest request,
AsyncHandler<ListContentAssociationsRequest,ListContentAssociationsResult> asyncHandler) |
Future<ListContentAssociationsResult> |
AmazonQConnectAsync.listContentAssociationsAsync(ListContentAssociationsRequest listContentAssociationsRequest,
AsyncHandler<ListContentAssociationsRequest,ListContentAssociationsResult> asyncHandler)
Lists the content associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListContentAssociationsRequest |
ListContentAssociationsRequest.clone() |
ListContentAssociationsRequest |
ListContentAssociationsRequest.withContentId(String contentId)
The identifier of the content.
|
ListContentAssociationsRequest |
ListContentAssociationsRequest.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
ListContentAssociationsRequest |
ListContentAssociationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListContentAssociationsRequest |
ListContentAssociationsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2024. All rights reserved.