Uses of Class
software.amazon.awssdk.services.qbusiness.model.GetApplicationResponse
-
Packages that use GetApplicationResponse Package Description software.amazon.awssdk.services.qbusiness -
-
Uses of GetApplicationResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return GetApplicationResponse Modifier and Type Method Description default GetApplicationResponseQBusinessClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Gets information about an existing Amazon Q application.default GetApplicationResponseQBusinessClient. getApplication(GetApplicationRequest getApplicationRequest)Gets information about an existing Amazon Q application.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type GetApplicationResponse Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>QBusinessAsyncClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Gets information about an existing Amazon Q application.default CompletableFuture<GetApplicationResponse>QBusinessAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Gets information about an existing Amazon Q application.
-