Uses of Class
software.amazon.awssdk.services.qapps.model.DeleteQAppResponse
-
Packages that use DeleteQAppResponse 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 DeleteQAppResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return DeleteQAppResponse Modifier and Type Method Description default DeleteQAppResponseQAppsClient. deleteQApp(Consumer<DeleteQAppRequest.Builder> deleteQAppRequest)Deletes an Amazon Q App owned by the user.default DeleteQAppResponseQAppsClient. deleteQApp(DeleteQAppRequest deleteQAppRequest)Deletes an Amazon Q App owned by the user.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type DeleteQAppResponse Modifier and Type Method Description default CompletableFuture<DeleteQAppResponse>QAppsAsyncClient. deleteQApp(Consumer<DeleteQAppRequest.Builder> deleteQAppRequest)Deletes an Amazon Q App owned by the user.default CompletableFuture<DeleteQAppResponse>QAppsAsyncClient. deleteQApp(DeleteQAppRequest deleteQAppRequest)Deletes an Amazon Q App owned by the user.
-