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 PolicyEvaluationDecisionType
PolicyEvaluationDecisionType. fromValue(String value)
Use this in place of valueOf.static PolicyEvaluationDecisionType
PolicyEvaluationDecisionType. 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 void
EvaluationResult. setEvalDecision(PolicyEvaluationDecisionType evalDecision)
The result of the simulation.void
ResourceSpecificResult. setEvalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)
The result of the simulation of the simulated API action on the resource specified inEvalResourceName
.EvaluationResult
EvaluationResult. withEvalDecision(PolicyEvaluationDecisionType evalDecision)
The result of the simulation.ResourceSpecificResult
ResourceSpecificResult. withEvalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)
The result of the simulation of the simulated API action on the resource specified inEvalResourceName
.
-