|
||||||||||
| 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)
List of Replaceable Attributes. |
ReplaceableItem |
ReplaceableItem.withAttributes(ReplaceableAttribute... attributes)
List of Replaceable Attributes. |
ReplaceableItem |
ReplaceableItem.withName(String name)
Item Name. |
| Methods in com.amazonaws.services.simpledb.model that return types with arguments of type ReplaceableItem | |
|---|---|
List<ReplaceableItem> |
BatchPutAttributesRequest.getItems()
List of Items |
| Methods in com.amazonaws.services.simpledb.model with parameters of type ReplaceableItem | |
|---|---|
BatchPutAttributesRequest |
BatchPutAttributesRequest.withItems(ReplaceableItem... items)
List of Items |
| Method parameters in com.amazonaws.services.simpledb.model with type arguments of type ReplaceableItem | |
|---|---|
void |
BatchPutAttributesRequest.setItems(Collection<ReplaceableItem> items)
List of Items |
BatchPutAttributesRequest |
BatchPutAttributesRequest.withItems(Collection<ReplaceableItem> items)
List of Items |
| 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 | |||||||||