Uses of Class
com.amazonaws.services.simpledb.model.DeletableItem
Packages that use DeletableItem
-
Uses of DeletableItem in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return DeletableItemModifier and TypeMethodDescriptionDeletableItem.clone()DeletableItem.withAttributes(Attribute... attributes) NOTE: This method appends the values to the existing list (if any).DeletableItem.withAttributes(Collection<Attribute> attributes) Methods in com.amazonaws.services.simpledb.model that return types with arguments of type DeletableItemModifier and TypeMethodDescriptionBatchDeleteAttributesRequest.getItems()A list of items on which to perform the operation.Methods in com.amazonaws.services.simpledb.model with parameters of type DeletableItemModifier and TypeMethodDescriptionBatchDeleteAttributesRequest.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 DeletableItemModifier and TypeMethodDescriptionvoidBatchDeleteAttributesRequest.setItems(Collection<DeletableItem> items) A list of items on which to perform the operation.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 DeletableItemModifierConstructorDescriptionBatchDeleteAttributesRequest(String domainName, List<DeletableItem> items) Constructs a new BatchDeleteAttributesRequest object.