Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.EntitiesDefinition
-
Packages that use EntitiesDefinition Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of EntitiesDefinition in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return EntitiesDefinition Modifier and Type Method Description EntitiesDefinitionIsAuthorizedRequest. entities()Specifies the list of resources and principals and their associated attributes that Verified Permissions can examine when evaluating the policies.EntitiesDefinitionIsAuthorizedWithTokenRequest. entities()Specifies the list of resources and their associated attributes that Verified Permissions can examine when evaluating the policies.static EntitiesDefinitionEntitiesDefinition. fromEntityList(List<EntityItem> entityList)Create an instance of this class withentityList()initialized to the given value.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type EntitiesDefinition Modifier and Type Method Description IsAuthorizedRequest.BuilderIsAuthorizedRequest.Builder. entities(EntitiesDefinition entities)Specifies the list of resources and principals and their associated attributes that Verified Permissions can examine when evaluating the policies.IsAuthorizedWithTokenRequest.BuilderIsAuthorizedWithTokenRequest.Builder. entities(EntitiesDefinition entities)Specifies the list of resources and their associated attributes that Verified Permissions can examine when evaluating the policies.
-