ResourceSpecificResult |
ResourceSpecificResult.addEvalDecisionDetailsEntry(String key,
String value) |
|
ResourceSpecificResult |
ResourceSpecificResult.clearEvalDecisionDetailsEntries() |
Removes all the entries added into EvalDecisionDetails.
|
ResourceSpecificResult |
ResourceSpecificResult.clone() |
|
ResourceSpecificResult |
ResourceSpecificResult.withEvalDecisionDetails(Map<String,String> evalDecisionDetails) |
Additional details about the results of the evaluation decision.
|
ResourceSpecificResult |
ResourceSpecificResult.withEvalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision) |
The result of the simulation of the simulated API action on the resource
specified in EvalResourceName .
|
ResourceSpecificResult |
ResourceSpecificResult.withEvalResourceDecision(String evalResourceDecision) |
The result of the simulation of the simulated API action on the resource
specified in EvalResourceName .
|
ResourceSpecificResult |
ResourceSpecificResult.withEvalResourceName(String evalResourceName) |
The name of the simulated resource, in Amazon Resource Name (ARN) format.
|
ResourceSpecificResult |
ResourceSpecificResult.withMatchedStatements(Statement... matchedStatements) |
A list of the statements in the input policies that determine the result
for this part of the simulation.
|
ResourceSpecificResult |
ResourceSpecificResult.withMatchedStatements(Collection<Statement> matchedStatements) |
A list of the statements in the input policies that determine the result
for this part of the simulation.
|
ResourceSpecificResult |
ResourceSpecificResult.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.
|
ResourceSpecificResult |
ResourceSpecificResult.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.
|