| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
IsAuthorizedResponse.Builder |
IsAuthorizedResponse.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.Builder |
IsAuthorizedWithTokenResponse.Builder.errors(EvaluationErrorItem... errors)
Errors that occurred while making an authorization decision.
|
| Modifier and Type | Method and Description |
|---|---|
IsAuthorizedResponse.Builder |
IsAuthorizedResponse.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.Builder |
IsAuthorizedWithTokenResponse.Builder.errors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
Copyright © 2023. All rights reserved.