SimpleDBClient

class SimpleDBClient(credentialsProvider: AWSCredentialsProvider) extends AmazonSimpleDBClient with SimpleDB

Default Implementation

Default Implementation

Value Params
credentialsProvider

credentialsProvider

trait SimpleDB
class AmazonSimpleDBClient
trait AmazonSimpleDB
class AmazonWebServiceClient
class Object
trait Matchable
class Any

Value members

Inherited methods

def at(region: Region): SimpleDB
Inherited from
SimpleDB
def attributes(item: Item): Seq[Attribute]
Inherited from
SimpleDB
def batchDeleteAttributes(`x$0`: BatchDeleteAttributesRequest): BatchDeleteAttributesResult
Inherited from
AmazonSimpleDBClient
def batchPutAttributes(`x$0`: BatchPutAttributesRequest): BatchPutAttributesResult
Inherited from
AmazonSimpleDBClient
def createDomain(name: String): Domain
Inherited from
SimpleDB
def createDomain(`x$0`: CreateDomainRequest): CreateDomainResult
Inherited from
AmazonSimpleDBClient
def deleteAttributes(attributes: Seq[Attribute]): Unit
Inherited from
SimpleDB
def deleteAttributes(`x$0`: DeleteAttributesRequest): DeleteAttributesResult
Inherited from
AmazonSimpleDBClient
def deleteDomain(domain: Domain): Unit
Inherited from
SimpleDB
def deleteDomain(`x$0`: DeleteDomainRequest): DeleteDomainResult
Inherited from
AmazonSimpleDBClient
def deleteItems(items: Seq[Item]): Unit
Inherited from
SimpleDB
def domain(name: String): Option[Domain]
Inherited from
SimpleDB
Inherited from
SimpleDB
def domainMetadata(`x$0`: DomainMetadataRequest): DomainMetadataResult
Inherited from
AmazonSimpleDBClient
def domains: Seq[Domain]
Inherited from
SimpleDB
def getAttributes(`x$0`: GetAttributesRequest): GetAttributesResult
Inherited from
AmazonSimpleDBClient
def getCachedResponseMetadata(`x$0`: AmazonWebServiceRequest): SimpleDBResponseMetadata
Inherited from
AmazonSimpleDBClient
def getClientConfiguration(): ClientConfiguration
Inherited from
AmazonWebServiceClient
def getEndpointPrefix(): String
Inherited from
AmazonWebServiceClient
def getMonitoringListeners(): Collection[MonitoringListener]
Inherited from
AmazonWebServiceClient
def getRequestMetricsCollector(): RequestMetricCollector
Inherited from
AmazonWebServiceClient
def getServiceName(): String
Inherited from
AmazonWebServiceClient
def getSignerByURI(`x$0`: URI): Signer
Inherited from
AmazonWebServiceClient
def getSignerOverride(): String
Inherited from
AmazonWebServiceClient
final def getSignerRegionOverride(): String
Inherited from
AmazonWebServiceClient
def getTimeOffset(): Int
Inherited from
AmazonWebServiceClient
def listDomains(): ListDomainsResult
Inherited from
AmazonSimpleDBClient
def listDomains(`x$0`: ListDomainsRequest): ListDomainsResult
Inherited from
AmazonSimpleDBClient
def putAttributes(item: Item, attributes: (String, String)*): Unit
Inherited from
SimpleDB
def putAttributes(`x$0`: PutAttributesRequest): PutAttributesResult
Inherited from
AmazonSimpleDBClient
def replaceAttributesIfExists(item: Item, attributes: (String, String)*): Unit
Inherited from
SimpleDB
def select(domain: Domain, expression: String, consistentRead: Boolean): Seq[Item]
Inherited from
SimpleDB
def select(`x$0`: SelectRequest): SelectResult
Inherited from
AmazonSimpleDBClient
final def setServiceNameIntern(`x$0`: String): Unit
Inherited from
AmazonWebServiceClient
final def setSignerRegionOverride(`x$0`: String): Unit
Inherited from
AmazonWebServiceClient
def setTimeOffset(`x$0`: Int): Unit
Inherited from
AmazonWebServiceClient
def shutdown(): Unit
Inherited from
AmazonSimpleDBClient
def withTimeOffset(`x$0`: Int): AmazonWebServiceClient
Inherited from
AmazonWebServiceClient

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def addRequestHandler(`x$0`: RequestHandler2): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def addRequestHandler(`x$0`: RequestHandler): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
final def configureRegion(`x$0`: Regions): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @SdkInternalApi @deprecated("see corresponding Javadoc for more information.", "")
final def makeImmutable(): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def removeRequestHandler(`x$0`: RequestHandler2): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def removeRequestHandler(`x$0`: RequestHandler): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "") @throws(java.lang.IllegalArgumentException)
def setEndpoint(`x$0`: String): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def setEndpoint(`x$0`: String, `x$1`: String, `x$2`: String): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "") @throws(java.lang.IllegalArgumentException)
def setRegion(`x$0`: Region): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def withEndpoint[T <: AmazonWebServiceClient](`x$0`: String): T
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def withRegion[T <: AmazonWebServiceClient](`x$0`: Regions): T
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def withRegion[T <: AmazonWebServiceClient](`x$0`: Region): T
Deprecated
Inherited from
AmazonWebServiceClient