Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Created October 9, 2013 14:40
Show Gist options
  • Save andrewgross/6902381 to your computer and use it in GitHub Desktop.
Save andrewgross/6902381 to your computer and use it in GitHub Desktop.
My favorite part of working with AWS SDKs in Java
for (Reservation reservation : descInstances.getReservations()) {
for (Instance instance : reservation.getInstances()) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment