Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
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(Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result
for this scenario.
|
EvaluationResult |
EvaluationResult.withMatchedStatements(Statement... matchedStatements)
A list of the statements in the input policies that determine the result
for this scenario.
|
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.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.withResourceSpecificResults(Collection<ResourceSpecificResult> resourceSpecificResults)
The individual results of the simulation of the API action specified in
EvalActionName on each resource.
|
EvaluationResult |
EvaluationResult.withResourceSpecificResults(ResourceSpecificResult... resourceSpecificResults)
The individual results of the simulation of the API action specified in
EvalActionName on each resource.
|
Modifier and Type | Method and Description |
---|---|
List<EvaluationResult> |
SimulatePrincipalPolicyResult.getEvaluationResults()
The results of the simulation.
|
List<EvaluationResult> |
SimulateCustomPolicyResult.getEvaluationResults()
The results of the simulation.
|
Modifier and Type | Method and Description |
---|---|
SimulatePrincipalPolicyResult |
SimulatePrincipalPolicyResult.withEvaluationResults(EvaluationResult... evaluationResults)
The results of the simulation.
|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withEvaluationResults(EvaluationResult... evaluationResults)
The results of the simulation.
|
Modifier and Type | Method and Description |
---|---|
void |
SimulatePrincipalPolicyResult.setEvaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
void |
SimulateCustomPolicyResult.setEvaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
SimulatePrincipalPolicyResult |
SimulatePrincipalPolicyResult.withEvaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withEvaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
Copyright © 2018. All rights reserved.