I am trying to get the all Presets from AWS Elastic Transcoder but the following code returns only 50 out of 62
List<Preset> presets = amazonElasticTranscoder.listPresets().getPresets();
- How do I get all presets (include custom presets)??
- Is there any possible to get Preset using presetName??