| 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 |
|---|---|
IsAuthorizedWithTokenResult |
AmazonVerifiedPermissionsClient.isAuthorizedWithToken(IsAuthorizedWithTokenRequest request)
Makes an authorization decision about a service request described in the parameters.
|
IsAuthorizedWithTokenResult |
AbstractAmazonVerifiedPermissions.isAuthorizedWithToken(IsAuthorizedWithTokenRequest request) |
IsAuthorizedWithTokenResult |
AmazonVerifiedPermissions.isAuthorizedWithToken(IsAuthorizedWithTokenRequest isAuthorizedWithTokenRequest)
Makes an authorization decision about a service request described in the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Future<IsAuthorizedWithTokenResult> |
AmazonVerifiedPermissionsAsyncClient.isAuthorizedWithTokenAsync(IsAuthorizedWithTokenRequest request,
AsyncHandler<IsAuthorizedWithTokenRequest,IsAuthorizedWithTokenResult> asyncHandler) |
Future<IsAuthorizedWithTokenResult> |
AmazonVerifiedPermissionsAsync.isAuthorizedWithTokenAsync(IsAuthorizedWithTokenRequest isAuthorizedWithTokenRequest,
AsyncHandler<IsAuthorizedWithTokenRequest,IsAuthorizedWithTokenResult> asyncHandler)
Makes an authorization decision about a service request described in the parameters.
|
Future<IsAuthorizedWithTokenResult> |
AbstractAmazonVerifiedPermissionsAsync.isAuthorizedWithTokenAsync(IsAuthorizedWithTokenRequest request,
AsyncHandler<IsAuthorizedWithTokenRequest,IsAuthorizedWithTokenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.clone() |
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.withDecision(Decision decision)
An authorization decision that indicates if the authorization request should be allowed or denied.
|
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.withDecision(String decision)
An authorization decision that indicates if the authorization request should be allowed or denied.
|
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.withDeterminingPolicies(Collection<DeterminingPolicyItem> determiningPolicies)
The list of determining policies used to make the authorization decision.
|
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.withDeterminingPolicies(DeterminingPolicyItem... determiningPolicies)
The list of determining policies used to make the authorization decision.
|
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.withErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
IsAuthorizedWithTokenResult |
IsAuthorizedWithTokenResult.withErrors(EvaluationErrorItem... errors)
Errors that occurred while making an authorization decision.
|
Copyright © 2023. All rights reserved.