Uses of Class
com.amazonaws.services.identitymanagement.model.EvaluationResult
Packages that use EvaluationResult
-
Uses of EvaluationResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return EvaluationResultModifier and TypeMethodDescriptionEvaluationResult.addEvalDecisionDetailsEntry(String key, String value) EvaluationResult.clearEvalDecisionDetailsEntries()Removes all the entries added into EvalDecisionDetails.EvaluationResult.clone()EvaluationResult.withEvalActionName(String evalActionName) The name of the API action tested on the indicated resource.EvaluationResult.withEvalDecision(PolicyEvaluationDecisionType evalDecision) The result of the simulation.EvaluationResult.withEvalDecision(String evalDecision) The result of the simulation.EvaluationResult.withEvalDecisionDetails(Map<String, String> evalDecisionDetails) Additional details about the results of the evaluation decision.EvaluationResult.withEvalResourceName(String evalResourceName) The ARN of the resource that the indicated API action was tested on.EvaluationResult.withMatchedStatements(Statement... matchedStatements) A list of the statements in the input policies that determine the result for this scenario.EvaluationResult.withMatchedStatements(Collection<Statement> matchedStatements) A list of the statements in the input policies that determine the result for this scenario.EvaluationResult.withMissingContextValues(String... missingContextValues) A list of context keys that are required by the included input policies but that were not provided by one of the input parameters.EvaluationResult.withMissingContextValues(Collection<String> missingContextValues) A list of context keys that are required by the included input policies but that were not provided by one of the input parameters.EvaluationResult.withResourceSpecificResults(ResourceSpecificResult... resourceSpecificResults) The individual results of the simulation of the API action specified in EvalActionName on each resource.EvaluationResult.withResourceSpecificResults(Collection<ResourceSpecificResult> resourceSpecificResults) The individual results of the simulation of the API action specified in EvalActionName on each resource.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type EvaluationResultModifier and TypeMethodDescriptionSimulateCustomPolicyResult.getEvaluationResults()The results of the simulation.SimulatePrincipalPolicyResult.getEvaluationResults()The results of the simulation.Methods in com.amazonaws.services.identitymanagement.model with parameters of type EvaluationResultModifier and TypeMethodDescriptionSimulateCustomPolicyResult.withEvaluationResults(EvaluationResult... evaluationResults) The results of the simulation.SimulatePrincipalPolicyResult.withEvaluationResults(EvaluationResult... evaluationResults) The results of the simulation.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type EvaluationResultModifier and TypeMethodDescriptionvoidSimulateCustomPolicyResult.setEvaluationResults(Collection<EvaluationResult> evaluationResults) The results of the simulation.voidSimulatePrincipalPolicyResult.setEvaluationResults(Collection<EvaluationResult> evaluationResults) The results of the simulation.SimulateCustomPolicyResult.withEvaluationResults(Collection<EvaluationResult> evaluationResults) The results of the simulation.SimulatePrincipalPolicyResult.withEvaluationResults(Collection<EvaluationResult> evaluationResults) The results of the simulation.