Uses of Class
com.cloudimpl.outstack.runtime.domain.PolicyStatement.EffectType
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime.domain |
-
Uses of PolicyStatement.EffectType in com.cloudimpl.outstack.runtime.domain
Methods in com.cloudimpl.outstack.runtime.domain that return PolicyStatement.EffectType Modifier and Type Method Description PolicyStatement.EffectTypePolicyStatement. getEffect()PolicyStatement.EffectTypePolicyStatementCreated. getEffect()PolicyStatement.EffectTypePolicyStatementRequest. getEffect()PolicyStatement.EffectTypePolicyStatementUpdated. 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.Methods in com.cloudimpl.outstack.runtime.domain with parameters of type PolicyStatement.EffectType Modifier and Type Method Description PolicyStatementRequest.BuilderPolicyStatementRequest.Builder. withEffect(PolicyStatement.EffectType type)Constructors in com.cloudimpl.outstack.runtime.domain with parameters of type PolicyStatement.EffectType Constructor Description PolicyStatementCreated(java.lang.String sid, java.lang.String domainOwner, java.lang.String domainContext, PolicyStatement.EffectType effect, java.util.Collection<ActionDescriptor> cmdActions, java.util.Collection<ActionDescriptor> queryActions, java.util.Collection<ResourceDescriptor> resources, java.util.Collection<java.lang.String> tags)PolicyStatementUpdated(java.lang.String sid, PolicyStatement.EffectType effect, java.util.Collection<ActionDescriptor> cmdActions, java.util.Collection<ActionDescriptor> queryActions, java.util.Collection<ResourceDescriptor> resources)