Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.EntityItem
-
Packages that use EntityItem Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of EntityItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type EntityItem Modifier and Type Method Description List<EntityItem>EntitiesDefinition. entityList()An array of entities that are needed to successfully evaluate an authorization request.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type EntityItem Modifier and Type Method Description EntitiesDefinition.BuilderEntitiesDefinition.Builder. entityList(EntityItem... entityList)An array of entities that are needed to successfully evaluate an authorization request.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type EntityItem Modifier and Type Method Description EntitiesDefinition.BuilderEntitiesDefinition.Builder. entityList(Collection<EntityItem> entityList)An array of entities that are needed to successfully evaluate an authorization request.static EntitiesDefinitionEntitiesDefinition. fromEntityList(List<EntityItem> entityList)Create an instance of this class withEntitiesDefinition.entityList()initialized to the given value.
-