Uses of Class
software.amazon.awssdk.services.qapps.model.CreateLibraryItemResponse
-
Packages that use CreateLibraryItemResponse 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 CreateLibraryItemResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return CreateLibraryItemResponse Modifier and Type Method Description default CreateLibraryItemResponseQAppsClient. createLibraryItem(Consumer<CreateLibraryItemRequest.Builder> createLibraryItemRequest)Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.default CreateLibraryItemResponseQAppsClient. createLibraryItem(CreateLibraryItemRequest createLibraryItemRequest)Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type CreateLibraryItemResponse Modifier and Type Method Description default CompletableFuture<CreateLibraryItemResponse>QAppsAsyncClient. createLibraryItem(Consumer<CreateLibraryItemRequest.Builder> createLibraryItemRequest)Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.default CompletableFuture<CreateLibraryItemResponse>QAppsAsyncClient. createLibraryItem(CreateLibraryItemRequest createLibraryItemRequest)Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.
-