Uses of Enum
com.amazonaws.services.identitymanagement.model.PolicyEvaluationDecisionType
Packages that use PolicyEvaluationDecisionType
-
Uses of PolicyEvaluationDecisionType in com.amazonaws.services.identitymanagement.model
Subclasses with type arguments of type PolicyEvaluationDecisionType in com.amazonaws.services.identitymanagement.modelMethods in com.amazonaws.services.identitymanagement.model that return PolicyEvaluationDecisionTypeModifier and TypeMethodDescriptionstatic PolicyEvaluationDecisionTypeUse this in place of valueOf.static PolicyEvaluationDecisionTypeReturns 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 TypeMethodDescriptionvoidEvaluationResult.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.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.