Uses of Class
software.amazon.awssdk.services.qbusiness.model.Application
-
Packages that use Application Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of Application in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Application Modifier and Type Method Description List<Application>ListApplicationsResponse. applications()An array of summary information on the configuration of one or more Amazon Q Business applications.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type Application Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Application... applications)An array of summary information on the configuration of one or more Amazon Q Business applications.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type Application Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Collection<Application> applications)An array of summary information on the configuration of one or more Amazon Q Business applications. -
Uses of Application in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type Application Modifier and Type Method Description SdkIterable<Application>ListApplicationsIterable. applications()Returns an iterable to iterate through the paginatedListApplicationsResponse.applications()member.SdkPublisher<Application>ListApplicationsPublisher. applications()Returns a publisher that can be used to get a stream of data.
-