awscala
awscala
awscala.simpledb
Attribute
Attribute
Domain
DomainMetadata
DomainMetadata
Item
Item
SimpleDB
SimpleDB
SimpleDBClient
awscala
/
awscala.simpledb
/
SimpleDB
SimpleDB
trait
SimpleDB
extends
AmazonSimpleDB
Amazon SimpleDB Java client wrapper
Amazon SimpleDB Java client wrapper
See also
http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/
Companion
object
Graph
Supertypes
Known subtypes
trait
AmazonSimpleDB
class
Object
trait
Matchable
class
Any
class
SimpleDBClient
Value members
Value members
Concrete methods
def
at
(region:
Region
):
SimpleDB
def
attributes
(item:
Item
):
Seq
[
Attribute
]
def
createDomain
(name:
String
):
Domain
def
deleteAttributes
(attributes:
Seq
[
Attribute
]):
Unit
def
deleteDomain
(domain:
Domain
):
Unit
def
deleteItems
(items:
Seq
[
Item
]):
Unit
def
domain
(name:
String
):
Option
[
Domain
]
def
domainMetadata
(domain:
Domain
):
DomainMetadata
def
domains
:
Seq
[
Domain
]
def
putAttributes
(item:
Item
, attributes: (
String
,
String
)*):
Unit
def
replaceAttributesIfExists
(item:
Item
, attributes: (
String
,
String
)*):
Unit
def
select
(domain:
Domain
, expression:
String
, consistentRead:
Boolean
):
Seq
[
Item
]
Inherited methods
def
batchDeleteAttributes
(`x$0`:
BatchDeleteAttributesRequest
):
BatchDeleteAttributesResult
Inherited from
AmazonSimpleDB
def
batchPutAttributes
(`x$0`:
BatchPutAttributesRequest
):
BatchPutAttributesResult
Inherited from
AmazonSimpleDB
def
createDomain
(`x$0`:
CreateDomainRequest
):
CreateDomainResult
Inherited from
AmazonSimpleDB
def
deleteAttributes
(`x$0`:
DeleteAttributesRequest
):
DeleteAttributesResult
Inherited from
AmazonSimpleDB
def
deleteDomain
(`x$0`:
DeleteDomainRequest
):
DeleteDomainResult
Inherited from
AmazonSimpleDB
def
domainMetadata
(`x$0`:
DomainMetadataRequest
):
DomainMetadataResult
Inherited from
AmazonSimpleDB
def
getAttributes
(`x$0`:
GetAttributesRequest
):
GetAttributesResult
Inherited from
AmazonSimpleDB
def
listDomains
():
ListDomainsResult
Inherited from
AmazonSimpleDB
def
listDomains
(`x$0`:
ListDomainsRequest
):
ListDomainsResult
Inherited from
AmazonSimpleDB
def
putAttributes
(`x$0`:
PutAttributesRequest
):
PutAttributesResult
Inherited from
AmazonSimpleDB
def
select
(`x$0`:
SelectRequest
):
SelectResult
Inherited from
AmazonSimpleDB
Deprecated and Inherited methods
@
Deprecated
@
deprecated
("see corresponding Javadoc for more information.", "")
def
setEndpoint
(`x$0`:
String
):
Unit
Deprecated
Inherited from
AmazonSimpleDB
@
Deprecated
@
deprecated
("see corresponding Javadoc for more information.", "")
def
setRegion
(`x$0`:
Region
):
Unit
Deprecated
Inherited from
AmazonSimpleDB