Uses of Class
com.amazonaws.services.simpledb.model.ReplaceableItem
Packages that use ReplaceableItem
-
Uses of ReplaceableItem in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return ReplaceableItemModifier and TypeMethodDescriptionReplaceableItem.clone()ReplaceableItem.withAttributes(ReplaceableAttribute... attributes) The list of attributes for a replaceable item.ReplaceableItem.withAttributes(Collection<ReplaceableAttribute> attributes) The list of attributes for a replaceable item.The name of the replaceable item.Methods in com.amazonaws.services.simpledb.model that return types with arguments of type ReplaceableItemModifier and TypeMethodDescriptionBatchPutAttributesRequest.getItems()A list of items on which to perform the operation.Methods in com.amazonaws.services.simpledb.model with parameters of type ReplaceableItemModifier and TypeMethodDescriptionBatchPutAttributesRequest.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 ReplaceableItemModifier and TypeMethodDescriptionvoidBatchPutAttributesRequest.setItems(Collection<ReplaceableItem> items) A list of items on which to perform the operation.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 ReplaceableItemModifierConstructorDescriptionBatchPutAttributesRequest(String domainName, List<ReplaceableItem> items) Constructs a new BatchPutAttributesRequest object.