Uses of Class
software.amazon.awssdk.services.qapps.model.DeleteLibraryItemRequest
-
Packages that use DeleteLibraryItemRequest 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.software.amazon.awssdk.services.qapps.transform -
-
Uses of DeleteLibraryItemRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type DeleteLibraryItemRequest Modifier and Type Method Description 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.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. -
Uses of DeleteLibraryItemRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type DeleteLibraryItemRequest Modifier and Type Method Description SdkHttpFullRequestDeleteLibraryItemRequestMarshaller. marshall(DeleteLibraryItemRequest deleteLibraryItemRequest)
-