Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.AttributeValue
-
Packages that use AttributeValue Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of AttributeValue in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return AttributeValue Modifier and Type Method Description static AttributeValueAttributeValue. fromBooleanValue(Boolean booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static AttributeValueAttributeValue. fromEntityIdentifier(Consumer<EntityIdentifier.Builder> entityIdentifier)Create an instance of this class withentityIdentifier()initialized to the given value.static AttributeValueAttributeValue. fromEntityIdentifier(EntityIdentifier entityIdentifier)Create an instance of this class withentityIdentifier()initialized to the given value.static AttributeValueAttributeValue. fromLongValue(Long longValue)Create an instance of this class withlongValue()initialized to the given value.static AttributeValueAttributeValue. fromRecord(Map<String,AttributeValue> record)Create an instance of this class withrecord()initialized to the given value.static AttributeValueAttributeValue. fromSet(List<AttributeValue> set)Create an instance of this class withset()initialized to the given value.static AttributeValueAttributeValue. fromString(String string)Create an instance of this class withstring()initialized to the given value.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type AttributeValue Modifier and Type Method 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.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type AttributeValue Modifier and Type Method Description AttributeValue.BuilderAttributeValue.Builder. set(AttributeValue... set)An attribute value of Set type.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type AttributeValue Modifier and Type Method Description EntityItem.BuilderEntityItem.Builder. attributes(Map<String,AttributeValue> attributes)A list of attributes for the entity.ContextDefinition.BuilderContextDefinition.Builder. contextMap(Map<String,AttributeValue> contextMap)An list of attributes that are needed to successfully evaluate an authorization request.static ContextDefinitionContextDefinition. fromContextMap(Map<String,AttributeValue> contextMap)Create an instance of this class withContextDefinition.contextMap()initialized to the given value.static AttributeValueAttributeValue. fromRecord(Map<String,AttributeValue> record)Create an instance of this class withrecord()initialized to the given value.static AttributeValueAttributeValue. fromSet(List<AttributeValue> set)Create an instance of this class withset()initialized to the given value.AttributeValue.BuilderAttributeValue.Builder. record(Map<String,AttributeValue> record)An attribute value of Record type.AttributeValue.BuilderAttributeValue.Builder. set(Collection<AttributeValue> set)An attribute value of Set type.
-