Uses of Class
com.amazonaws.services.simpledb.model.ReplaceableItem
-
Packages that use ReplaceableItem Package Description com.amazonaws.services.simpledb.model -
-
Uses of ReplaceableItem in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return ReplaceableItem Modifier and Type Method Description ReplaceableItemReplaceableItem. clone()ReplaceableItemReplaceableItem. withAttributes(ReplaceableAttribute... attributes)The list of attributes for a replaceable item.ReplaceableItemReplaceableItem. withAttributes(Collection<ReplaceableAttribute> attributes)The list of attributes for a replaceable item.ReplaceableItemReplaceableItem. withName(String name)The name of the replaceable item.Methods in com.amazonaws.services.simpledb.model that return types with arguments of type ReplaceableItem Modifier and Type Method Description List<ReplaceableItem>BatchPutAttributesRequest. getItems()A list of items on which to perform the operation.Methods in com.amazonaws.services.simpledb.model with parameters of type ReplaceableItem Modifier and Type Method Description BatchPutAttributesRequestBatchPutAttributesRequest. withItems(ReplaceableItem... items)A list of items on which to perform the operation.Method parameters in com.amazonaws.services.simpledb.model with type arguments of type ReplaceableItem Modifier and Type Method Description voidBatchPutAttributesRequest. setItems(Collection<ReplaceableItem> items)A list of items on which to perform the operation.BatchPutAttributesRequestBatchPutAttributesRequest. withItems(Collection<ReplaceableItem> items)A list of items on which to perform the operation.Constructor parameters in com.amazonaws.services.simpledb.model with type arguments of type ReplaceableItem Constructor Description BatchPutAttributesRequest(String domainName, List<ReplaceableItem> items)Constructs a new BatchPutAttributesRequest object.
-