Uses of Class
software.amazon.awssdk.services.qapps.model.DeleteLibraryItemResponse
-
Packages that use DeleteLibraryItemResponse 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 DeleteLibraryItemResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return DeleteLibraryItemResponse Modifier and Type Method Description default DeleteLibraryItemResponseQAppsClient. deleteLibraryItem(Consumer<DeleteLibraryItemRequest.Builder> deleteLibraryItemRequest)Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.default DeleteLibraryItemResponseQAppsClient. deleteLibraryItem(DeleteLibraryItemRequest deleteLibraryItemRequest)Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type DeleteLibraryItemResponse Modifier and Type Method Description default CompletableFuture<DeleteLibraryItemResponse>QAppsAsyncClient. deleteLibraryItem(Consumer<DeleteLibraryItemRequest.Builder> deleteLibraryItemRequest)Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.default CompletableFuture<DeleteLibraryItemResponse>QAppsAsyncClient. deleteLibraryItem(DeleteLibraryItemRequest deleteLibraryItemRequest)Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.
-