| Package | Description |
|---|---|
| com.amazonaws.services.qconnect |
|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateContentAssociationResult> |
AmazonQConnectAsyncClient.createContentAssociationAsync(CreateContentAssociationRequest request,
AsyncHandler<CreateContentAssociationRequest,CreateContentAssociationResult> asyncHandler) |
Future<CreateContentAssociationResult> |
AbstractAmazonQConnectAsync.createContentAssociationAsync(CreateContentAssociationRequest request,
AsyncHandler<CreateContentAssociationRequest,CreateContentAssociationResult> asyncHandler) |
Future<CreateContentAssociationResult> |
AmazonQConnectAsync.createContentAssociationAsync(CreateContentAssociationRequest createContentAssociationRequest,
AsyncHandler<CreateContentAssociationRequest,CreateContentAssociationResult> asyncHandler)
Creates an association between a content resource in a knowledge base and step-by-step
guides.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContentAssociationRequest |
CreateContentAssociationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateContentAssociationRequest |
CreateContentAssociationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateContentAssociationRequest |
CreateContentAssociationRequest.clone() |
CreateContentAssociationRequest |
CreateContentAssociationRequest.withAssociation(ContentAssociationContents association)
The identifier of the associated resource.
|
CreateContentAssociationRequest |
CreateContentAssociationRequest.withAssociationType(ContentAssociationType associationType)
The type of association.
|
CreateContentAssociationRequest |
CreateContentAssociationRequest.withAssociationType(String associationType)
The type of association.
|
CreateContentAssociationRequest |
CreateContentAssociationRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateContentAssociationRequest |
CreateContentAssociationRequest.withContentId(String contentId)
The identifier of the content.
|
CreateContentAssociationRequest |
CreateContentAssociationRequest.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
CreateContentAssociationRequest |
CreateContentAssociationRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2024. All rights reserved.