Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EvaluationResult> |
SimulatePrincipalPolicyResult.evaluationResults
The results of the simulation.
|
private SdkInternalList<EvaluationResult> |
SimulateCustomPolicyResult.evaluationResults
The results of the simulation.
|
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
EvaluationResult.addEvalDecisionDetailsEntry(java.lang.String key,
java.lang.String value) |
EvaluationResult |
EvaluationResult.clearEvalDecisionDetailsEntries()
Removes all the entries added into EvalDecisionDetails.
|
EvaluationResult |
EvaluationResult.clone() |
EvaluationResult |
EvaluationResult.withEvalActionName(java.lang.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(java.lang.String evalDecision)
The result of the simulation.
|
EvaluationResult |
EvaluationResult.withEvalDecisionDetails(java.util.Map<java.lang.String,java.lang.String> evalDecisionDetails)
Additional details about the results of the evaluation decision.
|
EvaluationResult |
EvaluationResult.withEvalResourceName(java.lang.String evalResourceName)
The ARN of the resource that the indicated API action was tested on.
|
EvaluationResult |
EvaluationResult.withMatchedStatements(java.util.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(java.util.Collection<java.lang.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(java.lang.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(java.util.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 |
---|---|
java.util.List<EvaluationResult> |
SimulatePrincipalPolicyResult.getEvaluationResults()
The results of the simulation.
|
java.util.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(java.util.Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
void |
SimulateCustomPolicyResult.setEvaluationResults(java.util.Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
SimulatePrincipalPolicyResult |
SimulatePrincipalPolicyResult.withEvaluationResults(java.util.Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withEvaluationResults(java.util.Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
EvaluationResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |