Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseQBusinessClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an Amazon Q Business application.default CreateApplicationResponseQBusinessClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an Amazon Q Business application.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>QBusinessAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an Amazon Q Business application.default CompletableFuture<CreateApplicationResponse>QBusinessAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an Amazon Q Business application.
-