Packages

object AwsPagedOp extends DynamoProtocol

Source
AwsOp.scala
Linear Supertypes
DynamoProtocol, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AwsPagedOp
  2. DynamoProtocol
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class Query extends AwsPagedOp
  2. implicit class Scan extends AwsPagedOp

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val batchGetItemM: BatchGetItemRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  6. val batchGetItemU: HttpResponseHandler[AmazonWebServiceResponse[BatchGetItemResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  7. val batchWriteItemM: BatchWriteItemRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  8. val batchWriteItemU: HttpResponseHandler[AmazonWebServiceResponse[BatchWriteItemResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def create(r: ScanRequest): Scan

    Java Api

  11. def create(r: QueryRequest): Query

    Java Api

  12. val createTableM: CreateTableRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  13. val createTableU: HttpResponseHandler[AmazonWebServiceResponse[CreateTableResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  14. val deleteItemM: DeleteItemRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  15. val deleteItemU: HttpResponseHandler[AmazonWebServiceResponse[DeleteItemResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  16. val deleteTableM: DeleteTableRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  17. val deleteTableU: HttpResponseHandler[AmazonWebServiceResponse[DeleteTableResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  18. val describeLimitsM: DescribeLimitsRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  19. val describeLimitsU: HttpResponseHandler[AmazonWebServiceResponse[DescribeLimitsResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  20. val describeTableM: DescribeTableRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  21. val describeTableU: HttpResponseHandler[AmazonWebServiceResponse[DescribeTableResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  22. val describeTimeToLiveM: DescribeTimeToLiveRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  23. val describeTimeToLiveU: HttpResponseHandler[AmazonWebServiceResponse[DescribeTimeToLiveResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. val errorResponseHandler: HttpResponseHandler[AmazonServiceException]
    Definition Classes
    DynamoProtocol
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. val getItemM: GetItemRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  30. val getItemU: HttpResponseHandler[AmazonWebServiceResponse[GetItemResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val listTablesM: ListTablesRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  34. val listTablesU: HttpResponseHandler[AmazonWebServiceResponse[ListTablesResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  35. val meta: JsonOperationMetadata
    Definition Classes
    DynamoProtocol
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. val protocol: SdkJsonProtocolFactory
    Definition Classes
    DynamoProtocol
  40. val putItemM: PutItemRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  41. val putItemU: HttpResponseHandler[AmazonWebServiceResponse[PutItemResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  42. val queryM: QueryRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  43. val queryU: HttpResponseHandler[AmazonWebServiceResponse[QueryResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  44. val scanM: ScanRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  45. val scanU: HttpResponseHandler[AmazonWebServiceResponse[ScanResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val transactGetItemsM: TransactGetItemsRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  49. val transactGetItemsU: HttpResponseHandler[AmazonWebServiceResponse[TransactGetItemsResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  50. val transactWriteItemsM: TransactWriteItemsRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  51. val transactWriteItemsU: HttpResponseHandler[AmazonWebServiceResponse[TransactWriteItemsResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  52. val updateItemM: UpdateItemRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  53. val updateItemU: HttpResponseHandler[AmazonWebServiceResponse[UpdateItemResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  54. val updateTableM: UpdateTableRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  55. val updateTableU: HttpResponseHandler[AmazonWebServiceResponse[UpdateTableResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  56. val updateTimeToLiveM: UpdateTimeToLiveRequestProtocolMarshaller
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  57. val updateTimeToLiveU: HttpResponseHandler[AmazonWebServiceResponse[UpdateTimeToLiveResult]]
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from DynamoProtocol

Inherited from AnyRef

Inherited from Any

Ungrouped