Uses of Class
software.amazon.awssdk.services.qapps.model.UpdateLibraryItemRequest
-
Packages that use UpdateLibraryItemRequest 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 UpdateLibraryItemRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type UpdateLibraryItemRequest Modifier and Type Method Description default CompletableFuture<UpdateLibraryItemResponse>QAppsAsyncClient. updateLibraryItem(UpdateLibraryItemRequest updateLibraryItemRequest)Updates the library item for an Amazon Q App.default UpdateLibraryItemResponseQAppsClient. updateLibraryItem(UpdateLibraryItemRequest updateLibraryItemRequest)Updates the library item for an Amazon Q App. -
Uses of UpdateLibraryItemRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type UpdateLibraryItemRequest Modifier and Type Method Description SdkHttpFullRequestUpdateLibraryItemRequestMarshaller. marshall(UpdateLibraryItemRequest updateLibraryItemRequest)
-