Uses of Class
com.amazonaws.services.simpledb.model.Attribute
Packages that use Attribute
-
Uses of Attribute in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return AttributeModifier and TypeMethodDescriptionAttribute.clone()Attribute.withAlternateNameEncoding(String alternateNameEncoding) Attribute.withAlternateValueEncoding(String alternateValueEncoding) The name of the attribute.The value of the attribute.Methods in com.amazonaws.services.simpledb.model that return types with arguments of type AttributeModifier and TypeMethodDescriptionDeletableItem.getAttributes()DeleteAttributesRequest.getAttributes()A list of Attributes.GetAttributesResult.getAttributes()The list of attributes returned by the operation.Item.getAttributes()A list of attributes.Methods in com.amazonaws.services.simpledb.model with parameters of type AttributeModifier and TypeMethodDescriptionDeletableItem.withAttributes(Attribute... attributes) NOTE: This method appends the values to the existing list (if any).DeleteAttributesRequest.withAttributes(Attribute... attributes) A list of Attributes.GetAttributesResult.withAttributes(Attribute... attributes) The list of attributes returned by the operation.Item.withAttributes(Attribute... attributes) A list of attributes.Method parameters in com.amazonaws.services.simpledb.model with type arguments of type AttributeModifier and TypeMethodDescriptionvoidDeletableItem.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.DeletableItem.withAttributes(Collection<Attribute> attributes) DeleteAttributesRequest.withAttributes(Collection<Attribute> attributes) A list of Attributes.GetAttributesResult.withAttributes(Collection<Attribute> attributes) The list of attributes returned by the operation.Item.withAttributes(Collection<Attribute> attributes) A list of attributes.Constructor parameters in com.amazonaws.services.simpledb.model with type arguments of type AttributeModifierConstructorDescriptionDeletableItem(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.Constructs a new Item object.