| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
ContextDefinition |
IsAuthorizedWithTokenRequest.context()
Specifies additional context that can be used to make more granular authorization decisions.
|
ContextDefinition |
IsAuthorizedRequest.context()
Specifies additional context that can be used to make more granular authorization decisions.
|
static ContextDefinition |
ContextDefinition.fromContextMap(Map<String,AttributeValue> contextMap)
Create an instance of this class with
contextMap() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.context(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
IsAuthorizedRequest.Builder |
IsAuthorizedRequest.Builder.context(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
Copyright © 2023. All rights reserved.