| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
AttributeValue.addRecordEntry(String key,
AttributeValue value)
Add a single Record entry
|
AttributeValue |
AttributeValue.clearRecordEntries()
Removes all the entries added into Record.
|
AttributeValue |
AttributeValue.clone() |
AttributeValue |
AttributeValue.withBoolean(Boolean booleanValue)
An attribute value of Boolean
type.
|
AttributeValue |
AttributeValue.withEntityIdentifier(EntityIdentifier entityIdentifier)
An attribute value of type EntityIdentifier.
|
AttributeValue |
AttributeValue.withLong(Long longValue)
An attribute value of Long type.
|
AttributeValue |
AttributeValue.withRecord(Map<String,AttributeValue> record)
An attribute value of Record
type.
|
AttributeValue |
AttributeValue.withSet(AttributeValue... set)
An attribute value of Set type.
|
AttributeValue |
AttributeValue.withSet(Collection<AttributeValue> set)
An attribute value of Set type.
|
AttributeValue |
AttributeValue.withString(String string)
An attribute value of String
type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValue> |
EntityItem.getAttributes()
A list of attributes for the entity.
|
Map<String,AttributeValue> |
ContextDefinition.getContextMap()
An list of attributes that are needed to successfully evaluate an authorization request.
|
Map<String,AttributeValue> |
AttributeValue.getRecord()
An attribute value of Record
type.
|
List<AttributeValue> |
AttributeValue.getSet()
An attribute value of Set type.
|
| Modifier and Type | Method and Description |
|---|---|
EntityItem |
EntityItem.addAttributesEntry(String key,
AttributeValue value)
Add a single Attributes entry
|
ContextDefinition |
ContextDefinition.addContextMapEntry(String key,
AttributeValue value)
Add a single ContextMap entry
|
AttributeValue |
AttributeValue.addRecordEntry(String key,
AttributeValue value)
Add a single Record entry
|
AttributeValue |
AttributeValue.withSet(AttributeValue... set)
An attribute value of Set type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityItem.setAttributes(Map<String,AttributeValue> attributes)
A list of attributes for the entity.
|
void |
ContextDefinition.setContextMap(Map<String,AttributeValue> contextMap)
An list of attributes that are needed to successfully evaluate an authorization request.
|
void |
AttributeValue.setRecord(Map<String,AttributeValue> record)
An attribute value of Record
type.
|
void |
AttributeValue.setSet(Collection<AttributeValue> set)
An attribute value of Set type.
|
EntityItem |
EntityItem.withAttributes(Map<String,AttributeValue> attributes)
A list of attributes for the entity.
|
ContextDefinition |
ContextDefinition.withContextMap(Map<String,AttributeValue> contextMap)
An list of attributes that are needed to successfully evaluate an authorization request.
|
AttributeValue |
AttributeValue.withRecord(Map<String,AttributeValue> record)
An attribute value of Record
type.
|
AttributeValue |
AttributeValue.withSet(Collection<AttributeValue> set)
An attribute value of Set type.
|
Copyright © 2024. All rights reserved.