| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.clone() |
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withDecision(Decision decision)
An authorization decision that indicates if the authorization request should be allowed or denied.
|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withDecision(String decision)
An authorization decision that indicates if the authorization request should be allowed or denied.
|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withDeterminingPolicies(Collection<DeterminingPolicyItem> determiningPolicies)
The list of determining policies used to make the authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withDeterminingPolicies(DeterminingPolicyItem... determiningPolicies)
The list of determining policies used to make the authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withErrors(EvaluationErrorItem... errors)
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withRequest(BatchIsAuthorizedWithTokenInputItem request)
The authorization request that initiated the decision.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchIsAuthorizedWithTokenOutputItem> |
BatchIsAuthorizedWithTokenResult.getResults()
A series of
Allow or Deny decisions for each request, and the policies that produced
them. |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedWithTokenResult |
BatchIsAuthorizedWithTokenResult.withResults(BatchIsAuthorizedWithTokenOutputItem... results)
A series of
Allow or Deny decisions for each request, and the policies that produced
them. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedWithTokenResult.setResults(Collection<BatchIsAuthorizedWithTokenOutputItem> results)
A series of
Allow or Deny decisions for each request, and the policies that produced
them. |
BatchIsAuthorizedWithTokenResult |
BatchIsAuthorizedWithTokenResult.withResults(Collection<BatchIsAuthorizedWithTokenOutputItem> results)
A series of
Allow or Deny decisions for each request, and the policies that produced
them. |
Copyright © 2024. All rights reserved.