Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ResourceSpecificResult> |
EvaluationResult.resourceSpecificResults
The individual results of the simulation of the API action specified in
EvalActionName on each resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceSpecificResult |
ResourceSpecificResult.addEvalDecisionDetailsEntry(java.lang.String key,
java.lang.String value) |
ResourceSpecificResult |
ResourceSpecificResult.clearEvalDecisionDetailsEntries()
Removes all the entries added into EvalDecisionDetails.
|
ResourceSpecificResult |
ResourceSpecificResult.clone() |
ResourceSpecificResult |
ResourceSpecificResult.withEvalDecisionDetails(java.util.Map<java.lang.String,java.lang.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(java.lang.String evalResourceDecision)
The result of the simulation of the simulated API action on the resource
specified in
EvalResourceName . |
ResourceSpecificResult |
ResourceSpecificResult.withEvalResourceName(java.lang.String evalResourceName)
The name of the simulated resource, in Amazon Resource Name (ARN) format.
|
ResourceSpecificResult |
ResourceSpecificResult.withMatchedStatements(java.util.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(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.
|
ResourceSpecificResult |
ResourceSpecificResult.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ResourceSpecificResult> resourceSpecificResults)
The individual results of the simulation of the API action specified in
EvalActionName on each resource.
|
EvaluationResult |
EvaluationResult.withResourceSpecificResults(java.util.Collection<ResourceSpecificResult> resourceSpecificResults)
The individual results of the simulation of the API action specified in
EvalActionName on each resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceSpecificResult |
ResourceSpecificResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |