Uses of Class
software.amazon.awssdk.services.iam.model.EvaluationResult
-
Packages that use EvaluationResult Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of EvaluationResult in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type EvaluationResult Modifier and Type Method Description List<EvaluationResult>SimulateCustomPolicyResponse. evaluationResults()The results of the simulation.List<EvaluationResult>SimulatePrincipalPolicyResponse. evaluationResults()The results of the simulation.Methods in software.amazon.awssdk.services.iam.model with parameters of type EvaluationResult Modifier and Type Method Description SimulateCustomPolicyResponse.BuilderSimulateCustomPolicyResponse.Builder. evaluationResults(EvaluationResult... evaluationResults)The results of the simulation.SimulatePrincipalPolicyResponse.BuilderSimulatePrincipalPolicyResponse.Builder. evaluationResults(EvaluationResult... evaluationResults)The results of the simulation.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type EvaluationResult Modifier and Type Method Description SimulateCustomPolicyResponse.BuilderSimulateCustomPolicyResponse.Builder. evaluationResults(Collection<EvaluationResult> evaluationResults)The results of the simulation.SimulatePrincipalPolicyResponse.BuilderSimulatePrincipalPolicyResponse.Builder. evaluationResults(Collection<EvaluationResult> evaluationResults)The results of the simulation. -
Uses of EvaluationResult in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type EvaluationResult Modifier and Type Method Description SdkIterable<EvaluationResult>SimulateCustomPolicyIterable. evaluationResults()Returns an iterable to iterate through the paginatedSimulateCustomPolicyResponse.evaluationResults()member.SdkPublisher<EvaluationResult>SimulateCustomPolicyPublisher. evaluationResults()Returns a publisher that can be used to get a stream of data.SdkIterable<EvaluationResult>SimulatePrincipalPolicyIterable. evaluationResults()Returns an iterable to iterate through the paginatedSimulatePrincipalPolicyResponse.evaluationResults()member.SdkPublisher<EvaluationResult>SimulatePrincipalPolicyPublisher. evaluationResults()Returns a publisher that can be used to get a stream of data.
-