Uses of Enum
com.amazonaws.services.identitymanagement.model.PolicyEvaluationDecisionType
Packages that use PolicyEvaluationDecisionType
-
Uses of PolicyEvaluationDecisionType in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyEvaluationDecisionTypeModifier and TypeMethodDescriptionstatic PolicyEvaluationDecisionType
Use this in place of valueOf.static PolicyEvaluationDecisionType
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 PolicyEvaluationDecisionTypeModifier and TypeMethodDescriptionvoid
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.withEvalDecision
(PolicyEvaluationDecisionType evalDecision) The result of the simulation.ResourceSpecificResult.withEvalResourceDecision
(PolicyEvaluationDecisionType evalResourceDecision) The result of the simulation of the simulated API action on the resource specified inEvalResourceName
.