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