|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplaceableItem | |
---|---|
com.amazonaws.services.simpledb.model | Classes modeling the various types represented by AmazonSimpleDB. |
Uses of ReplaceableItem in com.amazonaws.services.simpledb.model |
---|
Methods in com.amazonaws.services.simpledb.model that return ReplaceableItem | |
---|---|
ReplaceableItem |
ReplaceableItem.withAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes for a replaceable item. |
ReplaceableItem |
ReplaceableItem.withAttributes(ReplaceableAttribute... attributes)
The list of attributes for a replaceable item. |
ReplaceableItem |
ReplaceableItem.withName(String name)
The name of the replaceable item. |
Methods in com.amazonaws.services.simpledb.model that return types with arguments of type ReplaceableItem | |
---|---|
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 | |
---|---|
BatchPutAttributesRequest |
BatchPutAttributesRequest.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 | |
---|---|
void |
BatchPutAttributesRequest.setItems(Collection<ReplaceableItem> items)
A list of items on which to perform the operation. |
BatchPutAttributesRequest |
BatchPutAttributesRequest.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 | |
---|---|
BatchPutAttributesRequest(String domainName,
List<ReplaceableItem> items)
Constructs a new BatchPutAttributesRequest object and initializes the specified object members. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |