| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
App |
App.clone() |
App |
App.withAppName(String appName)
The application's name.
|
App |
App.withPort(Long port)
The application's port number, for example
80. |
App |
App.withProtocol(String protocol)
The IP protocol name or number.
|
| Modifier and Type | Method and Description |
|---|---|
List<App> |
AppsListDataSummary.getAppsList()
An array of
App objects in the Firewall Manager applications list. |
List<App> |
AppsListData.getAppsList()
An array of applications in the Firewall Manager applications list.
|
Map<String,List<App>> |
AppsListData.getPreviousAppsList()
A map of previous version numbers to their corresponding
App object arrays. |
| Modifier and Type | Method and Description |
|---|---|
AppsListDataSummary |
AppsListDataSummary.withAppsList(App... appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListData |
AppsListData.withAppsList(App... appsList)
An array of applications in the Firewall Manager applications list.
|
| Modifier and Type | Method and Description |
|---|---|
AppsListData |
AppsListData.addPreviousAppsListEntry(String key,
List<App> value)
Add a single PreviousAppsList entry
|
void |
AppsListDataSummary.setAppsList(Collection<App> appsList)
An array of
App objects in the Firewall Manager applications list. |
void |
AppsListData.setAppsList(Collection<App> appsList)
An array of applications in the Firewall Manager applications list.
|
void |
AppsListData.setPreviousAppsList(Map<String,List<App>> previousAppsList)
A map of previous version numbers to their corresponding
App object arrays. |
AppsListDataSummary |
AppsListDataSummary.withAppsList(Collection<App> appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListData |
AppsListData.withAppsList(Collection<App> appsList)
An array of applications in the Firewall Manager applications list.
|
AppsListData |
AppsListData.withPreviousAppsList(Map<String,List<App>> previousAppsList)
A map of previous version numbers to their corresponding
App object arrays. |
Copyright © 2023. All rights reserved.