Uses of Class
software.amazon.awssdk.services.qconnect.model.CreateContentAssociationResponse
-
Packages that use CreateContentAssociationResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of CreateContentAssociationResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return CreateContentAssociationResponse Modifier and Type Method Description default CreateContentAssociationResponseQConnectClient. createContentAssociation(Consumer<CreateContentAssociationRequest.Builder> createContentAssociationRequest)Creates an association between a content resource in a knowledge base and step-by-step guides.default CreateContentAssociationResponseQConnectClient. createContentAssociation(CreateContentAssociationRequest createContentAssociationRequest)Creates an association between a content resource in a knowledge base and step-by-step guides.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type CreateContentAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateContentAssociationResponse>QConnectAsyncClient. createContentAssociation(Consumer<CreateContentAssociationRequest.Builder> createContentAssociationRequest)Creates an association between a content resource in a knowledge base and step-by-step guides.default CompletableFuture<CreateContentAssociationResponse>QConnectAsyncClient. createContentAssociation(CreateContentAssociationRequest createContentAssociationRequest)Creates an association between a content resource in a knowledge base and step-by-step guides.
-