object DynamoImplicits extends DynamoProtocol
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoImplicits
- DynamoProtocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class BatchGetItem extends AwsOp
- implicit class BatchWriteItem extends AwsOp
- implicit class CreateTable extends AwsOp
- implicit class DeleteItem extends AwsOp
- implicit class DeleteTable extends AwsOp
- implicit class DescribeLimits extends AwsOp
- implicit class DescribeTable extends AwsOp
- implicit class GetItem extends AwsOp
- implicit class ListTables extends AwsOp
- implicit class PutItem extends AwsOp
- implicit class Query extends AwsOp
- implicit class Scan extends AwsOp
- implicit class UpdateItem extends AwsOp
- implicit class UpdateTable extends AwsOp
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
batchGetItemM: BatchGetItemRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
batchGetItemU: HttpResponseHandler[AmazonWebServiceResponse[BatchGetItemResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
batchWriteItemM: BatchWriteItemRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
batchWriteItemU: HttpResponseHandler[AmazonWebServiceResponse[BatchWriteItemResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
createTableM: CreateTableRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
createTableU: HttpResponseHandler[AmazonWebServiceResponse[CreateTableResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
deleteItemM: DeleteItemRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
deleteItemU: HttpResponseHandler[AmazonWebServiceResponse[DeleteItemResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
deleteTableM: DeleteTableRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
deleteTableU: HttpResponseHandler[AmazonWebServiceResponse[DeleteTableResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
describeLimitsM: DescribeLimitsRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
describeLimitsU: HttpResponseHandler[AmazonWebServiceResponse[DescribeLimitsResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
describeTableM: DescribeTableRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
describeTableU: HttpResponseHandler[AmazonWebServiceResponse[DescribeTableResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
errorResponseHandler: HttpResponseHandler[AmazonServiceException]
- Definition Classes
- DynamoProtocol
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
val
getItemM: GetItemRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
getItemU: HttpResponseHandler[AmazonWebServiceResponse[GetItemResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
listTablesM: ListTablesRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
listTablesU: HttpResponseHandler[AmazonWebServiceResponse[ListTablesResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
meta: JsonOperationMetadata
- Definition Classes
- DynamoProtocol
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
protocol: SdkJsonProtocolFactory
- Definition Classes
- DynamoProtocol
-
val
putItemM: PutItemRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
putItemU: HttpResponseHandler[AmazonWebServiceResponse[PutItemResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
queryM: QueryRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
queryU: HttpResponseHandler[AmazonWebServiceResponse[QueryResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
scanM: ScanRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
scanU: HttpResponseHandler[AmazonWebServiceResponse[ScanResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
updateItemM: UpdateItemRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
updateItemU: HttpResponseHandler[AmazonWebServiceResponse[UpdateItemResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
updateTableM: UpdateTableRequestMarshaller
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
val
updateTableU: HttpResponseHandler[AmazonWebServiceResponse[UpdateTableResult]]
- Attributes
- protected
- Definition Classes
- DynamoProtocol
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )