| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
List<App> |
AppsListDataSummary.appsList()
An array of
App objects in the Firewall Manager applications list. |
List<App> |
AppsListData.appsList()
An array of applications in the Firewall Manager applications list.
|
Map<String,List<App>> |
AppsListData.previousAppsList()
A map of previous version numbers to their corresponding
App object arrays. |
| Modifier and Type | Method and Description |
|---|---|
AppsListDataSummary.Builder |
AppsListDataSummary.Builder.appsList(App... appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListData.Builder |
AppsListData.Builder.appsList(App... appsList)
An array of applications in the Firewall Manager applications list.
|
| Modifier and Type | Method and Description |
|---|---|
AppsListDataSummary.Builder |
AppsListDataSummary.Builder.appsList(Collection<App> appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListData.Builder |
AppsListData.Builder.appsList(Collection<App> appsList)
An array of applications in the Firewall Manager applications list.
|
AppsListData.Builder |
AppsListData.Builder.previousAppsList(Map<String,? extends Collection<App>> previousAppsList)
A map of previous version numbers to their corresponding
App object arrays. |
Copyright © 2023. All rights reserved.