| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
AppsListData |
AppsListData.addPreviousAppsListEntry(String key,
List<App> value)
Add a single PreviousAppsList entry
|
AppsListData |
AppsListData.clearPreviousAppsListEntries()
Removes all the entries added into PreviousAppsList.
|
AppsListData |
AppsListData.clone() |
AppsListData |
PutAppsListResult.getAppsList()
The details of the Firewall Manager applications list.
|
AppsListData |
PutAppsListRequest.getAppsList()
The details of the Firewall Manager applications list to be created.
|
AppsListData |
GetAppsListResult.getAppsList()
Information about the specified Firewall Manager applications list.
|
AppsListData |
AppsListData.withAppsList(App... appsList)
An array of applications in the Firewall Manager applications list.
|
AppsListData |
AppsListData.withAppsList(Collection<App> appsList)
An array of applications in the Firewall Manager applications list.
|
AppsListData |
AppsListData.withCreateTime(Date createTime)
The time that the Firewall Manager applications list was created.
|
AppsListData |
AppsListData.withLastUpdateTime(Date lastUpdateTime)
The time that the Firewall Manager applications list was last updated.
|
AppsListData |
AppsListData.withListId(String listId)
The ID of the Firewall Manager applications list.
|
AppsListData |
AppsListData.withListName(String listName)
The name of the Firewall Manager applications list.
|
AppsListData |
AppsListData.withListUpdateToken(String listUpdateToken)
A unique identifier for each update to the list.
|
AppsListData |
AppsListData.withPreviousAppsList(Map<String,List<App>> previousAppsList)
A map of previous version numbers to their corresponding
App object arrays. |
| Modifier and Type | Method and Description |
|---|---|
void |
PutAppsListResult.setAppsList(AppsListData appsList)
The details of the Firewall Manager applications list.
|
void |
PutAppsListRequest.setAppsList(AppsListData appsList)
The details of the Firewall Manager applications list to be created.
|
void |
GetAppsListResult.setAppsList(AppsListData appsList)
Information about the specified Firewall Manager applications list.
|
PutAppsListResult |
PutAppsListResult.withAppsList(AppsListData appsList)
The details of the Firewall Manager applications list.
|
PutAppsListRequest |
PutAppsListRequest.withAppsList(AppsListData appsList)
The details of the Firewall Manager applications list to be created.
|
GetAppsListResult |
GetAppsListResult.withAppsList(AppsListData appsList)
Information about the specified Firewall Manager applications list.
|
Copyright © 2023. All rights reserved.