| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationErrorItem |
EvaluationErrorItem.clone() |
EvaluationErrorItem |
EvaluationErrorItem.withErrorDescription(String errorDescription)
The error description.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationErrorItem> |
BatchIsAuthorizedWithTokenOutputItem.getErrors()
Errors that occurred while making an authorization decision.
|
List<EvaluationErrorItem> |
BatchIsAuthorizedOutputItem.getErrors()
Errors that occurred while making an authorization decision.
|
List<EvaluationErrorItem> |
IsAuthorizedResult.getErrors()
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> |
IsAuthorizedWithTokenResult.getErrors()
Errors that occurred while making an authorization decision.
|
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withErrors(EvaluationErrorItem... errors)
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withErrors(EvaluationErrorItem... errors)
Errors that occurred while making an authorization decision.
|
IsAuthorizedResult |
IsAuthorizedResult.withErrors(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.
|
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.withErrors(EvaluationErrorItem... errors)
Errors that occurred while making an authorization decision.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedWithTokenOutputItem.setErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
void |
BatchIsAuthorizedOutputItem.setErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
void |
IsAuthorizedResult.setErrors(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.
|
void |
IsAuthorizedWithTokenResult.setErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
IsAuthorizedResult |
IsAuthorizedResult.withErrors(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.
|
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.withErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
Copyright © 2024. All rights reserved.