Uses of Class
com.amazonaws.services.identitymanagement.model.ResourceSpecificResult
Packages that use ResourceSpecificResult
-
Uses of ResourceSpecificResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ResourceSpecificResultModifier and TypeMethodDescriptionResourceSpecificResult.addEvalDecisionDetailsEntry
(String key, String value) ResourceSpecificResult.clearEvalDecisionDetailsEntries()
Removes all the entries added into EvalDecisionDetails.ResourceSpecificResult.clone()
ResourceSpecificResult.withEvalDecisionDetails
(Map<String, String> evalDecisionDetails) Additional details about the results of the evaluation decision.ResourceSpecificResult.withEvalResourceDecision
(PolicyEvaluationDecisionType evalResourceDecision) The result of the simulation of the simulated API action on the resource specified inEvalResourceName
.ResourceSpecificResult.withEvalResourceDecision
(String evalResourceDecision) The result of the simulation of the simulated API action on the resource specified inEvalResourceName
.ResourceSpecificResult.withEvalResourceName
(String evalResourceName) The name of the simulated resource, in Amazon Resource Name (ARN) format.ResourceSpecificResult.withMatchedStatements
(Statement... matchedStatements) A list of the statements in the input policies that determine the result for this part of the simulation.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.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.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.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type ResourceSpecificResultModifier and TypeMethodDescriptionEvaluationResult.getResourceSpecificResults()
The individual results of the simulation of the API action specified in EvalActionName on each resource.Methods in com.amazonaws.services.identitymanagement.model with parameters of type ResourceSpecificResultModifier and TypeMethodDescriptionEvaluationResult.withResourceSpecificResults
(ResourceSpecificResult... resourceSpecificResults) The individual results of the simulation of the API action specified in EvalActionName on each resource.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type ResourceSpecificResultModifier and TypeMethodDescriptionvoid
EvaluationResult.setResourceSpecificResults
(Collection<ResourceSpecificResult> resourceSpecificResults) The individual results of the simulation of the API action specified in EvalActionName on each resource.EvaluationResult.withResourceSpecificResults
(Collection<ResourceSpecificResult> resourceSpecificResults) The individual results of the simulation of the API action specified in EvalActionName on each resource.