Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.ContextDefinition
-
Packages that use ContextDefinition Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of ContextDefinition in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return ContextDefinition Modifier and Type Method Description ContextDefinitionBatchIsAuthorizedInputItem. context()Specifies additional context that can be used to make more granular authorization decisions.ContextDefinitionIsAuthorizedRequest. context()Specifies additional context that can be used to make more granular authorization decisions.ContextDefinitionIsAuthorizedWithTokenRequest. context()Specifies additional context that can be used to make more granular authorization decisions.static ContextDefinitionContextDefinition. fromContextMap(Map<String,AttributeValue> contextMap)Create an instance of this class withcontextMap()initialized to the given value.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type ContextDefinition Modifier and Type Method Description BatchIsAuthorizedInputItem.BuilderBatchIsAuthorizedInputItem.Builder. context(ContextDefinition context)Specifies additional context that can be used to make more granular authorization decisions.IsAuthorizedRequest.BuilderIsAuthorizedRequest.Builder. context(ContextDefinition context)Specifies additional context that can be used to make more granular authorization decisions.IsAuthorizedWithTokenRequest.BuilderIsAuthorizedWithTokenRequest.Builder. context(ContextDefinition context)Specifies additional context that can be used to make more granular authorization decisions.
-