* @param args
* the URL arguments.
* @return the list of auto tier policy references.
*/
protected List<NamedRelatedResourceRep> getList(String url, Object... args) {
AutoTierPolicyList response = client.get(AutoTierPolicyList.class, url, args);
return defaultList(response.getAutoTierPolicies());
}