| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ContentAssociationData |
ContentAssociationData.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ContentAssociationData |
ContentAssociationData.clearTagsEntries()
Removes all the entries added into Tags.
|
ContentAssociationData |
ContentAssociationData.clone() |
ContentAssociationData |
GetContentAssociationResult.getContentAssociation()
The association between Amazon Q in Connect content and another resource.
|
ContentAssociationData |
CreateContentAssociationResult.getContentAssociation()
The association between Amazon Q in Connect content and another resource.
|
ContentAssociationData |
ContentAssociationData.withAssociationData(ContentAssociationContents associationData)
The content association.
|
ContentAssociationData |
ContentAssociationData.withAssociationType(ContentAssociationType associationType)
The type of association.
|
ContentAssociationData |
ContentAssociationData.withAssociationType(String associationType)
The type of association.
|
ContentAssociationData |
ContentAssociationData.withContentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentAssociationData |
ContentAssociationData.withContentAssociationArn(String contentAssociationArn)
The Amazon Resource Name (ARN) of the content association.
|
ContentAssociationData |
ContentAssociationData.withContentAssociationId(String contentAssociationId)
The identifier of the content association.
|
ContentAssociationData |
ContentAssociationData.withContentId(String contentId)
The identifier of the content.
|
ContentAssociationData |
ContentAssociationData.withKnowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentAssociationData |
ContentAssociationData.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
ContentAssociationData |
ContentAssociationData.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContentAssociationResult.setContentAssociation(ContentAssociationData contentAssociation)
The association between Amazon Q in Connect content and another resource.
|
void |
CreateContentAssociationResult.setContentAssociation(ContentAssociationData contentAssociation)
The association between Amazon Q in Connect content and another resource.
|
GetContentAssociationResult |
GetContentAssociationResult.withContentAssociation(ContentAssociationData contentAssociation)
The association between Amazon Q in Connect content and another resource.
|
CreateContentAssociationResult |
CreateContentAssociationResult.withContentAssociation(ContentAssociationData contentAssociation)
The association between Amazon Q in Connect content and another resource.
|
Copyright © 2024. All rights reserved.