| Package | Description |
|---|---|
| com.amazonaws.services.qconnect |
|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateContentResult> |
AbstractAmazonQConnectAsync.updateContentAsync(UpdateContentRequest request,
AsyncHandler<UpdateContentRequest,UpdateContentResult> asyncHandler) |
Future<UpdateContentResult> |
AmazonQConnectAsync.updateContentAsync(UpdateContentRequest updateContentRequest,
AsyncHandler<UpdateContentRequest,UpdateContentResult> asyncHandler)
Updates information about the content.
|
Future<UpdateContentResult> |
AmazonQConnectAsyncClient.updateContentAsync(UpdateContentRequest request,
AsyncHandler<UpdateContentRequest,UpdateContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateContentRequest |
UpdateContentRequest.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
UpdateContentRequest |
UpdateContentRequest.clearMetadataEntries()
Removes all the entries added into Metadata.
|
UpdateContentRequest |
UpdateContentRequest.clone() |
UpdateContentRequest |
UpdateContentRequest.withContentId(String contentId)
The identifier of the content.
|
UpdateContentRequest |
UpdateContentRequest.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
UpdateContentRequest |
UpdateContentRequest.withMetadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
UpdateContentRequest |
UpdateContentRequest.withOverrideLinkOutUri(String overrideLinkOutUri)
The URI for the article.
|
UpdateContentRequest |
UpdateContentRequest.withRemoveOverrideLinkOutUri(Boolean removeOverrideLinkOutUri)
Unset the existing
overrideLinkOutUri if it exists. |
UpdateContentRequest |
UpdateContentRequest.withRevisionId(String revisionId)
The
revisionId of the content resource to update, taken from an earlier call to
GetContent, GetContentSummary, SearchContent, or ListContents
. |
UpdateContentRequest |
UpdateContentRequest.withTitle(String title)
The title of the content.
|
UpdateContentRequest |
UpdateContentRequest.withUploadId(String uploadId)
A pointer to the uploaded asset.
|
Copyright © 2024. All rights reserved.