Uses of Class
software.amazon.awssdk.services.fms.model.App
-
Packages that use App Package Description software.amazon.awssdk.services.fms.model -
-
Uses of App in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type App Modifier and Type Method Description List<App>AppsListData. appsList()An array of applications in the Firewall Manager applications list.List<App>AppsListDataSummary. appsList()An array ofAppobjects in the Firewall Manager applications list.Map<String,List<App>>AppsListData. previousAppsList()A map of previous version numbers to their correspondingAppobject arrays.Methods in software.amazon.awssdk.services.fms.model with parameters of type App Modifier and Type Method Description AppsListData.BuilderAppsListData.Builder. appsList(App... appsList)An array of applications in the Firewall Manager applications list.AppsListDataSummary.BuilderAppsListDataSummary.Builder. appsList(App... appsList)An array ofAppobjects in the Firewall Manager applications list.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type App Modifier and Type Method Description AppsListData.BuilderAppsListData.Builder. appsList(Collection<App> appsList)An array of applications in the Firewall Manager applications list.AppsListDataSummary.BuilderAppsListDataSummary.Builder. appsList(Collection<App> appsList)An array ofAppobjects in the Firewall Manager applications list.AppsListData.BuilderAppsListData.Builder. previousAppsList(Map<String,? extends Collection<App>> previousAppsList)A map of previous version numbers to their correspondingAppobject arrays.
-