| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedWithTokenResult |
AbstractAmazonVerifiedPermissions.batchIsAuthorizedWithToken(BatchIsAuthorizedWithTokenRequest request) |
BatchIsAuthorizedWithTokenResult |
AmazonVerifiedPermissions.batchIsAuthorizedWithToken(BatchIsAuthorizedWithTokenRequest batchIsAuthorizedWithTokenRequest)
Makes a series of decisions about multiple authorization requests for one token.
|
BatchIsAuthorizedWithTokenResult |
AmazonVerifiedPermissionsClient.batchIsAuthorizedWithToken(BatchIsAuthorizedWithTokenRequest request)
Makes a series of decisions about multiple authorization requests for one token.
|
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedWithTokenResult |
BatchIsAuthorizedWithTokenResult.clone() |
BatchIsAuthorizedWithTokenResult |
BatchIsAuthorizedWithTokenResult.withPrincipal(EntityIdentifier principal)
The identifier of the principal in the ID or access token.
|
BatchIsAuthorizedWithTokenResult |
BatchIsAuthorizedWithTokenResult.withResults(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.