| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ContentData |
ContentData.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
ContentData |
ContentData.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ContentData |
ContentData.clearMetadataEntries()
Removes all the entries added into Metadata.
|
ContentData |
ContentData.clearTagsEntries()
Removes all the entries added into Tags.
|
ContentData |
ContentData.clone() |
ContentData |
GetContentResult.getContent()
The content.
|
ContentData |
UpdateContentResult.getContent()
The content.
|
ContentData |
CreateContentResult.getContent()
The content.
|
ContentData |
ContentData.withContentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentData |
ContentData.withContentId(String contentId)
The identifier of the content.
|
ContentData |
ContentData.withContentType(String contentType)
The media type of the content.
|
ContentData |
ContentData.withKnowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentData |
ContentData.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
ContentData |
ContentData.withLinkOutUri(String linkOutUri)
The URI of the content.
|
ContentData |
ContentData.withMetadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
ContentData |
ContentData.withName(String name)
The name of the content.
|
ContentData |
ContentData.withRevisionId(String revisionId)
The identifier of the content revision.
|
ContentData |
ContentData.withStatus(ContentStatus status)
The status of the content.
|
ContentData |
ContentData.withStatus(String status)
The status of the content.
|
ContentData |
ContentData.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContentData |
ContentData.withTitle(String title)
The title of the content.
|
ContentData |
ContentData.withUrl(String url)
The URL of the content.
|
ContentData |
ContentData.withUrlExpiry(Date urlExpiry)
The expiration time of the URL as an epoch timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContentResult.setContent(ContentData content)
The content.
|
void |
UpdateContentResult.setContent(ContentData content)
The content.
|
void |
CreateContentResult.setContent(ContentData content)
The content.
|
GetContentResult |
GetContentResult.withContent(ContentData content)
The content.
|
UpdateContentResult |
UpdateContentResult.withContent(ContentData content)
The content.
|
CreateContentResult |
CreateContentResult.withContent(ContentData content)
The content.
|
Copyright © 2024. All rights reserved.