Uses of Class
software.amazon.awssdk.services.qapps.model.UpdateLibraryItemMetadataResponse
-
Packages that use UpdateLibraryItemMetadataResponse 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 UpdateLibraryItemMetadataResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return UpdateLibraryItemMetadataResponse Modifier and Type Method Description default UpdateLibraryItemMetadataResponseQAppsClient. updateLibraryItemMetadata(Consumer<UpdateLibraryItemMetadataRequest.Builder> updateLibraryItemMetadataRequest)Updates the verification status of a library item for an Amazon Q App.default UpdateLibraryItemMetadataResponseQAppsClient. updateLibraryItemMetadata(UpdateLibraryItemMetadataRequest updateLibraryItemMetadataRequest)Updates the verification status of a library item for an Amazon Q App.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type UpdateLibraryItemMetadataResponse Modifier and Type Method Description default CompletableFuture<UpdateLibraryItemMetadataResponse>QAppsAsyncClient. updateLibraryItemMetadata(Consumer<UpdateLibraryItemMetadataRequest.Builder> updateLibraryItemMetadataRequest)Updates the verification status of a library item for an Amazon Q App.default CompletableFuture<UpdateLibraryItemMetadataResponse>QAppsAsyncClient. updateLibraryItemMetadata(UpdateLibraryItemMetadataRequest updateLibraryItemMetadataRequest)Updates the verification status of a library item for an Amazon Q App.
-