Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyEvaluationDecisionType
-
Packages that use PolicyEvaluationDecisionType Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of PolicyEvaluationDecisionType in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyEvaluationDecisionType Modifier and Type Method Description static PolicyEvaluationDecisionTypePolicyEvaluationDecisionType. fromValue(String value)Use this in place of valueOf.static PolicyEvaluationDecisionTypePolicyEvaluationDecisionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyEvaluationDecisionType[]PolicyEvaluationDecisionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyEvaluationDecisionType Modifier and Type Method Description voidEvaluationResult. setEvalDecision(PolicyEvaluationDecisionType evalDecision)The result of the simulation.voidResourceSpecificResult. setEvalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)The result of the simulation of the simulated API action on the resource specified inEvalResourceName.EvaluationResultEvaluationResult. withEvalDecision(PolicyEvaluationDecisionType evalDecision)The result of the simulation.ResourceSpecificResultResourceSpecificResult. withEvalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)The result of the simulation of the simulated API action on the resource specified inEvalResourceName.
-