| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ContentSummary |
ContentSummary.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
ContentSummary |
ContentSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ContentSummary |
ContentSummary.clearMetadataEntries()
Removes all the entries added into Metadata.
|
ContentSummary |
ContentSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ContentSummary |
ContentSummary.clone() |
ContentSummary |
GetContentSummaryResult.getContentSummary()
The content summary.
|
ContentSummary |
ContentSummary.withContentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentSummary |
ContentSummary.withContentId(String contentId)
The identifier of the content.
|
ContentSummary |
ContentSummary.withContentType(String contentType)
The media type of the content.
|
ContentSummary |
ContentSummary.withKnowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentSummary |
ContentSummary.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
ContentSummary |
ContentSummary.withMetadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
ContentSummary |
ContentSummary.withName(String name)
The name of the content.
|
ContentSummary |
ContentSummary.withRevisionId(String revisionId)
The identifier of the revision of the content.
|
ContentSummary |
ContentSummary.withStatus(ContentStatus status)
The status of the content.
|
ContentSummary |
ContentSummary.withStatus(String status)
The status of the content.
|
ContentSummary |
ContentSummary.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContentSummary |
ContentSummary.withTitle(String title)
The title of the content.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentSummary> |
SearchContentResult.getContentSummaries()
Summary information about the content.
|
List<ContentSummary> |
ListContentsResult.getContentSummaries()
Information about the content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContentSummaryResult.setContentSummary(ContentSummary contentSummary)
The content summary.
|
SearchContentResult |
SearchContentResult.withContentSummaries(ContentSummary... contentSummaries)
Summary information about the content.
|
ListContentsResult |
ListContentsResult.withContentSummaries(ContentSummary... contentSummaries)
Information about the content.
|
GetContentSummaryResult |
GetContentSummaryResult.withContentSummary(ContentSummary contentSummary)
The content summary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContentResult.setContentSummaries(Collection<ContentSummary> contentSummaries)
Summary information about the content.
|
void |
ListContentsResult.setContentSummaries(Collection<ContentSummary> contentSummaries)
Information about the content.
|
SearchContentResult |
SearchContentResult.withContentSummaries(Collection<ContentSummary> contentSummaries)
Summary information about the content.
|
ListContentsResult |
ListContentsResult.withContentSummaries(Collection<ContentSummary> contentSummaries)
Information about the content.
|
Copyright © 2023. All rights reserved.