Uses of Class
software.amazon.awssdk.services.iam.model.ResourceSpecificResult
-
Packages that use ResourceSpecificResult Package Description software.amazon.awssdk.services.iam.model -
-
Uses of ResourceSpecificResult in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ResourceSpecificResult Modifier and Type Method Description List<ResourceSpecificResult>EvaluationResult. resourceSpecificResults()The individual results of the simulation of the API operation specified in EvalActionName on each resource.Methods in software.amazon.awssdk.services.iam.model with parameters of type ResourceSpecificResult Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. resourceSpecificResults(ResourceSpecificResult... resourceSpecificResults)The individual results of the simulation of the API operation specified in EvalActionName on each resource.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type ResourceSpecificResult Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. resourceSpecificResults(Collection<ResourceSpecificResult> resourceSpecificResults)The individual results of the simulation of the API operation specified in EvalActionName on each resource.
-