Uses of Class
software.amazon.awssdk.services.qapps.model.AssociateQAppWithUserResponse
-
Packages that use AssociateQAppWithUserResponse Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. -
-
Uses of AssociateQAppWithUserResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return AssociateQAppWithUserResponse Modifier and Type Method Description default AssociateQAppWithUserResponseQAppsClient. associateQAppWithUser(Consumer<AssociateQAppWithUserRequest.Builder> associateQAppWithUserRequest)This operation creates a link between the user's identity calling the operation and a specific Q App.default AssociateQAppWithUserResponseQAppsClient. associateQAppWithUser(AssociateQAppWithUserRequest associateQAppWithUserRequest)This operation creates a link between the user's identity calling the operation and a specific Q App.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type AssociateQAppWithUserResponse Modifier and Type Method Description default CompletableFuture<AssociateQAppWithUserResponse>QAppsAsyncClient. associateQAppWithUser(Consumer<AssociateQAppWithUserRequest.Builder> associateQAppWithUserRequest)This operation creates a link between the user's identity calling the operation and a specific Q App.default CompletableFuture<AssociateQAppWithUserResponse>QAppsAsyncClient. associateQAppWithUser(AssociateQAppWithUserRequest associateQAppWithUserRequest)This operation creates a link between the user's identity calling the operation and a specific Q App.
-