Uses of Class
software.amazon.awssdk.services.fms.model.AppsListData
-
Packages that use AppsListData Package Description software.amazon.awssdk.services.fms.model -
-
Uses of AppsListData in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return AppsListData Modifier and Type Method Description AppsListDataGetAppsListResponse. appsList()Information about the specified Firewall Manager applications list.AppsListDataPutAppsListRequest. appsList()The details of the Firewall Manager applications list to be created.AppsListDataPutAppsListResponse. appsList()The details of the Firewall Manager applications list.Methods in software.amazon.awssdk.services.fms.model with parameters of type AppsListData Modifier and Type Method Description GetAppsListResponse.BuilderGetAppsListResponse.Builder. appsList(AppsListData appsList)Information about the specified Firewall Manager applications list.PutAppsListRequest.BuilderPutAppsListRequest.Builder. appsList(AppsListData appsList)The details of the Firewall Manager applications list to be created.PutAppsListResponse.BuilderPutAppsListResponse.Builder. appsList(AppsListData appsList)The details of the Firewall Manager applications list.
-