Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Add action method overloads that take other resources as parameters #7

Open
david-at-aws opened this issue Aug 28, 2014 · 0 comments
Open

Comments

@david-at-aws
Copy link
Contributor

It'd be slick to be able to pass resources as inputs to actions on other resources, and describe in the model how to map identifiers and/or data from the parameter onto the action request. For example:

Group badDudes = iam.getGroup("BadDudes");
User david = iam.getUser("David");

badDudes.addUser(david);

Comment here if you'd like to see this sooner rather than later!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant