|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeletableItem | |
---|---|
com.amazonaws.services.simpledb.model | Classes modeling the various types represented by AmazonSimpleDB. |
Uses of DeletableItem in com.amazonaws.services.simpledb.model |
---|
Methods in com.amazonaws.services.simpledb.model that return DeletableItem | |
---|---|
DeletableItem |
DeletableItem.withAttributes(Attribute... attributes)
Sets the value of the Attributes property for this object. |
DeletableItem |
DeletableItem.withAttributes(Collection<Attribute> attributes)
Sets the value of the Attributes property for this object. |
DeletableItem |
DeletableItem.withName(String name)
Sets the value of the Name property for this object. |
Methods in com.amazonaws.services.simpledb.model that return types with arguments of type DeletableItem | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
BatchDeleteAttributesRequest(String domainName,
List<DeletableItem> items)
Constructs a new BatchDeleteAttributesRequest object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |