Uses of Class
com.amazonaws.services.simpledb.model.ReplaceableItem
-
Packages that use ReplaceableItem Package Description com.amazonaws.services.simpledb.model -
-
Uses of ReplaceableItem in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return ReplaceableItem Modifier and Type Method Description ReplaceableItem
ReplaceableItem. clone()
ReplaceableItem
ReplaceableItem. withAttributes(ReplaceableAttribute... attributes)
The list of attributes for a replaceable item.ReplaceableItem
ReplaceableItem. withAttributes(Collection<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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description BatchPutAttributesRequest(String domainName, List<ReplaceableItem> items)
Constructs a new BatchPutAttributesRequest object.
-