| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
EntityItem |
EntityItem.addAttributesEntry(String key,
AttributeValue value)
Add a single Attributes entry
|
EntityItem |
EntityItem.clearAttributesEntries()
Removes all the entries added into Attributes.
|
EntityItem |
EntityItem.clone() |
EntityItem |
EntityItem.withAttributes(Map<String,AttributeValue> attributes)
A list of attributes for the entity.
|
EntityItem |
EntityItem.withIdentifier(EntityIdentifier identifier)
The identifier of the entity.
|
EntityItem |
EntityItem.withParents(Collection<EntityIdentifier> parents)
The parents in the hierarchy that contains the entity.
|
EntityItem |
EntityItem.withParents(EntityIdentifier... parents)
The parents in the hierarchy that contains the entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityItem> |
EntitiesDefinition.getEntityList()
An array of entities that are needed to successfully evaluate an authorization request.
|
| Modifier and Type | Method and Description |
|---|---|
EntitiesDefinition |
EntitiesDefinition.withEntityList(EntityItem... entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntitiesDefinition.setEntityList(Collection<EntityItem> entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
EntitiesDefinition |
EntitiesDefinition.withEntityList(Collection<EntityItem> entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
Copyright © 2024. All rights reserved.