awscala
awscala
awscala.simpledb
Attribute
Attribute
Domain
DomainMetadata
DomainMetadata
Item
Item
SimpleDB
SimpleDB
SimpleDBClient
awscala
/
awscala.simpledb
/
Domain
Domain
case
class
Domain
(name:
String
)
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
delete
(item:
Item
)(simpleDB:
SimpleDB
):
Unit
def
delete
(attribute:
Attribute
)(simpleDB:
SimpleDB
):
Unit
def
deleteAttribute
(attribute:
Attribute
)(simpleDB:
SimpleDB
):
Unit
def
deleteAttributes
(attributes:
Seq
[
Attribute
])(simpleDB:
SimpleDB
):
Unit
def
deleteItem
(item:
Item
)(simpleDB:
SimpleDB
):
Unit
def
deleteItems
(items:
Seq
[
Item
])(simpleDB:
SimpleDB
):
Unit
def
destroy
(simpleDB:
SimpleDB
):
Unit
def
metadata
(simpleDB:
SimpleDB
):
DomainMetadata
def
put
(itemName:
String
, attributes: (
String
,
String
)*)(simpleDB:
SimpleDB
):
Unit
def
replaceIfExists
(itemName:
String
, attributes: (
String
,
String
)*)(simpleDB:
SimpleDB
):
Unit
def
select
(expression:
String
, consistentRead:
Boolean
)(simpleDB:
SimpleDB
):
Seq
[
Item
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product