Uses of Class
software.amazon.awssdk.services.transfer.model.ListedWebApp
-
Packages that use ListedWebApp Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListedWebApp in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedWebApp Modifier and Type Method Description List<ListedWebApp>ListWebAppsResponse. webApps()Returns, for each listed web app, a structure that contains details for the web app.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedWebApp Modifier and Type Method Description ListWebAppsResponse.BuilderListWebAppsResponse.Builder. webApps(ListedWebApp... webApps)Returns, for each listed web app, a structure that contains details for the web app.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedWebApp Modifier and Type Method Description ListWebAppsResponse.BuilderListWebAppsResponse.Builder. webApps(Collection<ListedWebApp> webApps)Returns, for each listed web app, a structure that contains details for the web app. -
Uses of ListedWebApp in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListedWebApp Modifier and Type Method Description SdkIterable<ListedWebApp>ListWebAppsIterable. webApps()Returns an iterable to iterate through the paginatedListWebAppsResponse.webApps()member.SdkPublisher<ListedWebApp>ListWebAppsPublisher. webApps()Returns a publisher that can be used to get a stream of data.
-