Uses of Class
software.amazon.awssdk.services.qconnect.model.CreateContentAssociationRequest
-
Packages that use CreateContentAssociationRequest Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.transform -
-
Uses of CreateContentAssociationRequest in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect with parameters of type CreateContentAssociationRequest Modifier and Type Method Description default CompletableFuture<CreateContentAssociationResponse>QConnectAsyncClient. createContentAssociation(CreateContentAssociationRequest 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. -
Uses of CreateContentAssociationRequest in software.amazon.awssdk.services.qconnect.transform
Methods in software.amazon.awssdk.services.qconnect.transform with parameters of type CreateContentAssociationRequest Modifier and Type Method Description SdkHttpFullRequestCreateContentAssociationRequestMarshaller. marshall(CreateContentAssociationRequest createContentAssociationRequest)
-