Skip to content

Instantly share code, notes, and snippets.

@HennIdan
Last active August 23, 2016 17:51
Show Gist options
  • Save HennIdan/47b738c10147a2796577d75bd0460150 to your computer and use it in GitHub Desktop.
Save HennIdan/47b738c10147a2796577d75bd0460150 to your computer and use it in GitHub Desktop.
CountCatsInput input = new CountCatsInput();
input.setBucketName("pictures-of-cats");
input.setKey("three-cute-cats");
int cats = catService.countCats(input).getCount();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment