| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSpecificResult |
ResourceSpecificResult.addEvalDecisionDetailsEntry(String key,
String value)
Additional details about the results of the evaluation decision.
|
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(Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the
result for this part of the simulation.
|
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.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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSpecificResult> |
EvaluationResult.getResourceSpecificResults()
The individual results of the simulation of the API action specified
in EvalActionName on each resource.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
EvaluationResult.setResourceSpecificResults(Collection<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.
|
Copyright © 2015. All rights reserved.