Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.EvaluationErrorItem
-
Packages that use EvaluationErrorItem Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of EvaluationErrorItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type EvaluationErrorItem Modifier and Type Method Description List<EvaluationErrorItem>BatchIsAuthorizedOutputItem. errors()Errors that occurred while making an authorization decision, for example, a policy references an Entity or entity Attribute that does not exist in the slice.List<EvaluationErrorItem>IsAuthorizedResponse. errors()Errors that occurred while making an authorization decision, for example, a policy references an Entity or entity Attribute that does not exist in the slice.List<EvaluationErrorItem>IsAuthorizedWithTokenResponse. errors()Errors that occurred while making an authorization decision.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type EvaluationErrorItem Modifier and Type Method Description BatchIsAuthorizedOutputItem.BuilderBatchIsAuthorizedOutputItem.Builder. errors(EvaluationErrorItem... errors)Errors that occurred while making an authorization decision, for example, a policy references an Entity or entity Attribute that does not exist in the slice.IsAuthorizedResponse.BuilderIsAuthorizedResponse.Builder. errors(EvaluationErrorItem... errors)Errors that occurred while making an authorization decision, for example, a policy references an Entity or entity Attribute that does not exist in the slice.IsAuthorizedWithTokenResponse.BuilderIsAuthorizedWithTokenResponse.Builder. errors(EvaluationErrorItem... errors)Errors that occurred while making an authorization decision.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type EvaluationErrorItem Modifier and Type Method Description BatchIsAuthorizedOutputItem.BuilderBatchIsAuthorizedOutputItem.Builder. errors(Collection<EvaluationErrorItem> errors)Errors that occurred while making an authorization decision, for example, a policy references an Entity or entity Attribute that does not exist in the slice.IsAuthorizedResponse.BuilderIsAuthorizedResponse.Builder. errors(Collection<EvaluationErrorItem> errors)Errors that occurred while making an authorization decision, for example, a policy references an Entity or entity Attribute that does not exist in the slice.IsAuthorizedWithTokenResponse.BuilderIsAuthorizedWithTokenResponse.Builder. errors(Collection<EvaluationErrorItem> errors)Errors that occurred while making an authorization decision.
-