| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedWithTokenInputItem |
BatchIsAuthorizedWithTokenInputItem.clone() |
BatchIsAuthorizedWithTokenInputItem |
BatchIsAuthorizedWithTokenOutputItem.getRequest()
The authorization request that initiated the decision.
|
BatchIsAuthorizedWithTokenInputItem |
BatchIsAuthorizedWithTokenInputItem.withAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
BatchIsAuthorizedWithTokenInputItem |
BatchIsAuthorizedWithTokenInputItem.withContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
BatchIsAuthorizedWithTokenInputItem |
BatchIsAuthorizedWithTokenInputItem.withResource(EntityIdentifier resource)
Specifies the resource that you want an authorization decision for.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchIsAuthorizedWithTokenInputItem> |
BatchIsAuthorizedWithTokenRequest.getRequests()
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedWithTokenOutputItem.setRequest(BatchIsAuthorizedWithTokenInputItem request)
The authorization request that initiated the decision.
|
BatchIsAuthorizedWithTokenOutputItem |
BatchIsAuthorizedWithTokenOutputItem.withRequest(BatchIsAuthorizedWithTokenInputItem request)
The authorization request that initiated the decision.
|
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.withRequests(BatchIsAuthorizedWithTokenInputItem... requests)
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedWithTokenRequest.setRequests(Collection<BatchIsAuthorizedWithTokenInputItem> requests)
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.withRequests(Collection<BatchIsAuthorizedWithTokenInputItem> requests)
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
Copyright © 2025. All rights reserved.