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