Uses of Class
com.cloudimpl.outstack.runtime.iam.ActionDescriptor.ActionScope
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime.iam |
-
Uses of ActionDescriptor.ActionScope in com.cloudimpl.outstack.runtime.iam
Methods in com.cloudimpl.outstack.runtime.iam that return ActionDescriptor.ActionScope Modifier and Type Method Description ActionDescriptor.ActionScopeActionDescriptor. getActionScope()static ActionDescriptor.ActionScopeActionDescriptor.ActionScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActionDescriptor.ActionScope[]ActionDescriptor.ActionScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cloudimpl.outstack.runtime.iam with parameters of type ActionDescriptor.ActionScope Constructor Description ActionDescriptor(java.lang.String name, ActionDescriptor.ActionScope actionScope)