Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.qbusiness -
-
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 application.default CreateApplicationResponseQBusinessClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an Amazon Q 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 application.default CompletableFuture<CreateApplicationResponse>QBusinessAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an Amazon Q application.
-