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 DeletableItem
DeletableItem. clone()
DeletableItem
DeletableItem. withAttributes(Attribute... attributes)
NOTE: This method appends the values to the existing list (if any).DeletableItem
DeletableItem. withAttributes(Collection<Attribute> attributes)
DeletableItem
DeletableItem. 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 BatchDeleteAttributesRequest
BatchDeleteAttributesRequest. 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 void
BatchDeleteAttributesRequest. setItems(Collection<DeletableItem> items)
A list of items on which to perform the operation.BatchDeleteAttributesRequest
BatchDeleteAttributesRequest. 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.
-