Uses of Class
software.amazon.awssdk.services.qconnect.model.CreateAssistantAssociationResponse
-
Packages that use CreateAssistantAssociationResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of CreateAssistantAssociationResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return CreateAssistantAssociationResponse Modifier and Type Method Description default CreateAssistantAssociationResponseQConnectClient. createAssistantAssociation(Consumer<CreateAssistantAssociationRequest.Builder> createAssistantAssociationRequest)Creates an association between an Amazon Q in Connect assistant and another resource.default CreateAssistantAssociationResponseQConnectClient. createAssistantAssociation(CreateAssistantAssociationRequest createAssistantAssociationRequest)Creates an association between an Amazon Q in Connect assistant and another resource.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type CreateAssistantAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateAssistantAssociationResponse>QConnectAsyncClient. createAssistantAssociation(Consumer<CreateAssistantAssociationRequest.Builder> createAssistantAssociationRequest)Creates an association between an Amazon Q in Connect assistant and another resource.default CompletableFuture<CreateAssistantAssociationResponse>QConnectAsyncClient. createAssistantAssociation(CreateAssistantAssociationRequest createAssistantAssociationRequest)Creates an association between an Amazon Q in Connect assistant and another resource.
-