815816817818819820821
} if(marker != null) { params.add(new BasicNameValuePair("marker", marker)); } HttpGet method = new HttpGet(region.getCDNManagementUrl(params)); return this.execute(method, new CdnContainerInfoListHandler(region)); }
814815816817818819820