Uses of Class
com.amazonaws.services.simpledb.model.ReplaceableAttribute
-
Packages that use ReplaceableAttribute Package Description com.amazonaws.services.simpledb.model -
-
Uses of ReplaceableAttribute in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return ReplaceableAttribute Modifier and Type Method Description ReplaceableAttributeReplaceableAttribute. clone()ReplaceableAttributeReplaceableAttribute. withName(String name)The name of the replaceable attribute.ReplaceableAttributeReplaceableAttribute. withReplace(Boolean replace)A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.ReplaceableAttributeReplaceableAttribute. withValue(String value)The value of the replaceable attribute.Methods in com.amazonaws.services.simpledb.model that return types with arguments of type ReplaceableAttribute Modifier and Type Method Description List<ReplaceableAttribute>PutAttributesRequest. getAttributes()The list of attributes.List<ReplaceableAttribute>ReplaceableItem. getAttributes()The list of attributes for a replaceable item.Methods in com.amazonaws.services.simpledb.model with parameters of type ReplaceableAttribute Modifier and Type Method Description PutAttributesRequestPutAttributesRequest. withAttributes(ReplaceableAttribute... attributes)The list of attributes.ReplaceableItemReplaceableItem. withAttributes(ReplaceableAttribute... attributes)The list of attributes for a replaceable item.Method parameters in com.amazonaws.services.simpledb.model with type arguments of type ReplaceableAttribute Modifier and Type Method Description voidPutAttributesRequest. setAttributes(Collection<ReplaceableAttribute> attributes)The list of attributes.voidReplaceableItem. setAttributes(Collection<ReplaceableAttribute> attributes)The list of attributes for a replaceable item.PutAttributesRequestPutAttributesRequest. withAttributes(Collection<ReplaceableAttribute> attributes)The list of attributes.ReplaceableItemReplaceableItem. withAttributes(Collection<ReplaceableAttribute> attributes)The list of attributes for a replaceable item.Constructor parameters in com.amazonaws.services.simpledb.model with type arguments of type ReplaceableAttribute Constructor Description PutAttributesRequest(String domainName, String itemName, List<ReplaceableAttribute> attributes)Constructs a new PutAttributesRequest object.PutAttributesRequest(String domainName, String itemName, List<ReplaceableAttribute> attributes, UpdateCondition expected)Constructs a new PutAttributesRequest object.ReplaceableItem(String name, List<ReplaceableAttribute> attributes)Constructs a new ReplaceableItem object.
-