| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
List<EntityItem> |
EntitiesDefinition.entityList()
An array of entities that are needed to successfully evaluate an authorization request.
|
| Modifier and Type | Method and Description |
|---|---|
EntitiesDefinition.Builder |
EntitiesDefinition.Builder.entityList(EntityItem... entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
| Modifier and Type | Method and Description |
|---|---|
EntitiesDefinition.Builder |
EntitiesDefinition.Builder.entityList(Collection<EntityItem> entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
static EntitiesDefinition |
EntitiesDefinition.fromEntityList(List<EntityItem> entityList)
Create an instance of this class with
EntitiesDefinition.entityList() initialized to the given value. |
Copyright © 2023. All rights reserved.