Uses of Class
com.amazonaws.services.simpledb.model.DeletableItem
-
Packages that use DeletableItem Package Description com.amazonaws.services.simpledb.model -
-
Uses of DeletableItem in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return DeletableItem Modifier and Type Method Description DeletableItemDeletableItem. clone()DeletableItemDeletableItem. withAttributes(Attribute... attributes)NOTE: This method appends the values to the existing list (if any).DeletableItemDeletableItem. withAttributes(Collection<Attribute> attributes)DeletableItemDeletableItem. withName(String name)Methods in com.amazonaws.services.simpledb.model that return types with arguments of type DeletableItem Modifier and Type Method Description List<DeletableItem>BatchDeleteAttributesRequest. getItems()A list of items on which to perform the operation.Methods in com.amazonaws.services.simpledb.model with parameters of type DeletableItem Modifier and Type Method Description BatchDeleteAttributesRequestBatchDeleteAttributesRequest. withItems(DeletableItem... items)A list of items on which to perform the operation.Method parameters in com.amazonaws.services.simpledb.model with type arguments of type DeletableItem Modifier and Type Method Description voidBatchDeleteAttributesRequest. setItems(Collection<DeletableItem> items)A list of items on which to perform the operation.BatchDeleteAttributesRequestBatchDeleteAttributesRequest. withItems(Collection<DeletableItem> items)A list of items on which to perform the operation.Constructor parameters in com.amazonaws.services.simpledb.model with type arguments of type DeletableItem Constructor Description BatchDeleteAttributesRequest(String domainName, List<DeletableItem> items)Constructs a new BatchDeleteAttributesRequest object.
-