EvaluationResult |
EvaluationResult.addEvalDecisionDetailsEntry(String key,
String value) |
|
EvaluationResult |
EvaluationResult.clearEvalDecisionDetailsEntries() |
Removes all the entries added into EvalDecisionDetails.
|
EvaluationResult |
EvaluationResult.clone() |
|
EvaluationResult |
EvaluationResult.withEvalActionName(String evalActionName) |
The name of the API action tested on the indicated resource.
|
EvaluationResult |
EvaluationResult.withEvalDecision(PolicyEvaluationDecisionType evalDecision) |
The result of the simulation.
|
EvaluationResult |
EvaluationResult.withEvalDecision(String evalDecision) |
The result of the simulation.
|
EvaluationResult |
EvaluationResult.withEvalDecisionDetails(Map<String,String> evalDecisionDetails) |
Additional details about the results of the evaluation decision.
|
EvaluationResult |
EvaluationResult.withEvalResourceName(String evalResourceName) |
The ARN of the resource that the indicated API action was tested on.
|
EvaluationResult |
EvaluationResult.withMatchedStatements(Statement... matchedStatements) |
A list of the statements in the input policies that determine the result
for this scenario.
|
EvaluationResult |
EvaluationResult.withMatchedStatements(Collection<Statement> matchedStatements) |
A list of the statements in the input policies that determine the result
for this scenario.
|
EvaluationResult |
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 |
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 |
EvaluationResult.withResourceSpecificResults(ResourceSpecificResult... resourceSpecificResults) |
The individual results of the simulation of the API action specified in
EvalActionName on each resource.
|
EvaluationResult |
EvaluationResult.withResourceSpecificResults(Collection<ResourceSpecificResult> resourceSpecificResults) |
The individual results of the simulation of the API action specified in
EvalActionName on each resource.
|