Uses of Class
com.cloudimpl.outstack.runtime.iam.PolicyStatement.EffectType
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime.iam |
-
Uses of PolicyStatement.EffectType in com.cloudimpl.outstack.runtime.iam
Methods in com.cloudimpl.outstack.runtime.iam that return PolicyStatement.EffectType Modifier and Type Method Description PolicyStatement.EffectTypePolicyStatement. getEffect()PolicyStatement.EffectTypePolicyStatementDescriptor. getEffect()static PolicyStatement.EffectTypePolicyStatement.EffectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PolicyStatement.EffectType[]PolicyStatement.EffectType. 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 PolicyStatement.EffectType Constructor Description PolicyStatement(java.lang.String sid, PolicyStatement.EffectType effect, java.util.List<java.lang.String> actions, java.util.List<java.lang.String> resources)PolicyStatementDescriptor(java.lang.String sid, PolicyStatement.EffectType effect, java.util.Collection<ActionDescriptor> actions, java.util.Collection<ResourceDescriptor> resources)