Object/Class

akka.stream.alpakka.dynamodb

AwsPagedOp

Related Docs: class AwsPagedOp | package dynamodb

Permalink

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

    Permalink
  2. implicit class Scan extends AwsPagedOp

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val batchGetItemM: BatchGetItemRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  6. val batchGetItemU: HttpResponseHandler[AmazonWebServiceResponse[BatchGetItemResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  7. val batchWriteItemM: BatchWriteItemRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  8. val batchWriteItemU: HttpResponseHandler[AmazonWebServiceResponse[BatchWriteItemResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def create(r: ScanRequest): Scan

    Permalink

    Java Api

  11. def create(r: QueryRequest): Query

    Permalink

    Java Api

  12. val createTableM: CreateTableRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  13. val createTableU: HttpResponseHandler[AmazonWebServiceResponse[CreateTableResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  14. val deleteItemM: DeleteItemRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  15. val deleteItemU: HttpResponseHandler[AmazonWebServiceResponse[DeleteItemResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  16. val deleteTableM: DeleteTableRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  17. val deleteTableU: HttpResponseHandler[AmazonWebServiceResponse[DeleteTableResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  18. val describeLimitsM: DescribeLimitsRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  19. val describeLimitsU: HttpResponseHandler[AmazonWebServiceResponse[DescribeLimitsResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  20. val describeTableM: DescribeTableRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  21. val describeTableU: HttpResponseHandler[AmazonWebServiceResponse[DescribeTableResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  22. val describeTimeToLiveM: DescribeTimeToLiveRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  23. val describeTimeToLiveU: HttpResponseHandler[AmazonWebServiceResponse[DescribeTimeToLiveResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. val errorResponseHandler: HttpResponseHandler[AmazonServiceException]

    Permalink
    Definition Classes
    DynamoProtocol
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. val getItemM: GetItemRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  30. val getItemU: HttpResponseHandler[AmazonWebServiceResponse[GetItemResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val listTablesM: ListTablesRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  34. val listTablesU: HttpResponseHandler[AmazonWebServiceResponse[ListTablesResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  35. val meta: JsonOperationMetadata

    Permalink
    Definition Classes
    DynamoProtocol
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. val protocol: SdkJsonProtocolFactory

    Permalink
    Definition Classes
    DynamoProtocol
  40. val putItemM: PutItemRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  41. val putItemU: HttpResponseHandler[AmazonWebServiceResponse[PutItemResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  42. val queryM: QueryRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  43. val queryU: HttpResponseHandler[AmazonWebServiceResponse[QueryResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  44. val scanM: ScanRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  45. val scanU: HttpResponseHandler[AmazonWebServiceResponse[ScanResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. val transactGetItemsM: TransactGetItemsRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  49. val transactGetItemsU: HttpResponseHandler[AmazonWebServiceResponse[TransactGetItemsResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  50. val transactWriteItemsM: TransactWriteItemsRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  51. val transactWriteItemsU: HttpResponseHandler[AmazonWebServiceResponse[TransactWriteItemsResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  52. val updateItemM: UpdateItemRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  53. val updateItemU: HttpResponseHandler[AmazonWebServiceResponse[UpdateItemResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  54. val updateTableM: UpdateTableRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  55. val updateTableU: HttpResponseHandler[AmazonWebServiceResponse[UpdateTableResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  56. val updateTimeToLiveM: UpdateTimeToLiveRequestProtocolMarshaller

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  57. val updateTimeToLiveU: HttpResponseHandler[AmazonWebServiceResponse[UpdateTimeToLiveResult]]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamoProtocol
  58. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DynamoProtocol

Inherited from AnyRef

Inherited from Any

Ungrouped