Uses of Class
com.amazonaws.services.simpledb.model.Attribute
-
Packages that use Attribute Package Description com.amazonaws.services.simpledb.model -
-
Uses of Attribute in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return Attribute Modifier and Type Method Description AttributeAttribute. clone()AttributeAttribute. withAlternateNameEncoding(String alternateNameEncoding)AttributeAttribute. withAlternateValueEncoding(String alternateValueEncoding)AttributeAttribute. withName(String name)The name of the attribute.AttributeAttribute. withValue(String value)The value of the attribute.Methods in com.amazonaws.services.simpledb.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>DeletableItem. getAttributes()List<Attribute>DeleteAttributesRequest. getAttributes()A list of Attributes.List<Attribute>GetAttributesResult. getAttributes()The list of attributes returned by the operation.List<Attribute>Item. getAttributes()A list of attributes.Methods in com.amazonaws.services.simpledb.model with parameters of type Attribute Modifier and Type Method Description DeletableItemDeletableItem. withAttributes(Attribute... attributes)NOTE: This method appends the values to the existing list (if any).DeleteAttributesRequestDeleteAttributesRequest. withAttributes(Attribute... attributes)A list of Attributes.GetAttributesResultGetAttributesResult. withAttributes(Attribute... attributes)The list of attributes returned by the operation.ItemItem. withAttributes(Attribute... attributes)A list of attributes.Method parameters in com.amazonaws.services.simpledb.model with type arguments of type Attribute Modifier and Type Method Description voidDeletableItem. setAttributes(Collection<Attribute> attributes)voidDeleteAttributesRequest. setAttributes(Collection<Attribute> attributes)A list of Attributes.voidGetAttributesResult. setAttributes(Collection<Attribute> attributes)The list of attributes returned by the operation.voidItem. setAttributes(Collection<Attribute> attributes)A list of attributes.DeletableItemDeletableItem. withAttributes(Collection<Attribute> attributes)DeleteAttributesRequestDeleteAttributesRequest. withAttributes(Collection<Attribute> attributes)A list of Attributes.GetAttributesResultGetAttributesResult. withAttributes(Collection<Attribute> attributes)The list of attributes returned by the operation.ItemItem. withAttributes(Collection<Attribute> attributes)A list of attributes.Constructor parameters in com.amazonaws.services.simpledb.model with type arguments of type Attribute Constructor Description DeletableItem(String name, List<Attribute> attributes)Constructs a new DeletableItem object.DeleteAttributesRequest(String domainName, String itemName, List<Attribute> attributes)Constructs a new DeleteAttributesRequest object.DeleteAttributesRequest(String domainName, String itemName, List<Attribute> attributes, UpdateCondition expected)Constructs a new DeleteAttributesRequest object.Item(String name, List<Attribute> attributes)Constructs a new Item object.
-