| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValue |
AttributeValue.fromBooleanValue(Boolean booleanValue)
Create an instance of this class with
booleanValue() initialized to the given value. |
static AttributeValue |
AttributeValue.fromEntityIdentifier(Consumer<EntityIdentifier.Builder> entityIdentifier)
Create an instance of this class with
entityIdentifier() initialized to the given value. |
static AttributeValue |
AttributeValue.fromEntityIdentifier(EntityIdentifier entityIdentifier)
Create an instance of this class with
entityIdentifier() initialized to the given value. |
static AttributeValue |
AttributeValue.fromLongValue(Long longValue)
Create an instance of this class with
longValue() initialized to the given value. |
static AttributeValue |
AttributeValue.fromRecord(Map<String,AttributeValue> record)
Create an instance of this class with
record() initialized to the given value. |
static AttributeValue |
AttributeValue.fromSet(List<AttributeValue> set)
Create an instance of this class with
set() initialized to the given value. |
static AttributeValue |
AttributeValue.fromString(String string)
Create an instance of this class with
string() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValue> |
EntityItem.attributes()
A list of attributes for the entity.
|
Map<String,AttributeValue> |
ContextDefinition.contextMap()
An list of attributes that are needed to successfully evaluate an authorization request.
|
Map<String,AttributeValue> |
AttributeValue.record()
An attribute value of Record
type.
|
List<AttributeValue> |
AttributeValue.set()
An attribute value of Set type.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue.Builder |
AttributeValue.Builder.set(AttributeValue... set)
An attribute value of Set type.
|
| Modifier and Type | Method and Description |
|---|---|
EntityItem.Builder |
EntityItem.Builder.attributes(Map<String,AttributeValue> attributes)
A list of attributes for the entity.
|
ContextDefinition.Builder |
ContextDefinition.Builder.contextMap(Map<String,AttributeValue> contextMap)
An list of attributes that are needed to successfully evaluate an authorization request.
|
static ContextDefinition |
ContextDefinition.fromContextMap(Map<String,AttributeValue> contextMap)
Create an instance of this class with
ContextDefinition.contextMap() initialized to the given value. |
static AttributeValue |
AttributeValue.fromRecord(Map<String,AttributeValue> record)
Create an instance of this class with
record() initialized to the given value. |
static AttributeValue |
AttributeValue.fromSet(List<AttributeValue> set)
Create an instance of this class with
set() initialized to the given value. |
AttributeValue.Builder |
AttributeValue.Builder.record(Map<String,AttributeValue> record)
An attribute value of Record
type.
|
AttributeValue.Builder |
AttributeValue.Builder.set(Collection<AttributeValue> set)
An attribute value of Set type.
|
Copyright © 2023. All rights reserved.