Object/Class

akka.stream.alpakka.dynamodb

AwsOp

Related Docs: class AwsOp | package dynamodb

Permalink

object AwsOp extends DynamoProtocol

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

Type Members

  1. implicit class BatchGetItem extends AwsOp

    Permalink
  2. implicit class BatchWriteItem extends AwsOp

    Permalink
  3. implicit class CreateTable extends AwsOp

    Permalink
  4. implicit class DeleteItem extends AwsOp

    Permalink
  5. implicit class DeleteTable extends AwsOp

    Permalink
  6. implicit class DescribeLimits extends AwsOp

    Permalink
  7. implicit class DescribeTable extends AwsOp

    Permalink
  8. implicit class DescribeTimeToLive extends AwsOp

    Permalink
  9. implicit class GetItem extends AwsOp

    Permalink
  10. implicit class ListTables extends AwsOp

    Permalink
  11. implicit class PutItem extends AwsOp

    Permalink
  12. implicit class TransactGetItems extends AwsOp

    Permalink
  13. implicit class TransactWriteItems extends AwsOp

    Permalink
  14. implicit class UpdateItem extends AwsOp

    Permalink
  15. implicit class UpdateTable extends AwsOp

    Permalink
  16. implicit class UpdateTimeToLive extends AwsOp

    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: UpdateTimeToLiveRequest): UpdateTimeToLive

    Permalink

    Java Api

  11. def create(r: TransactWriteItemsRequest): TransactWriteItems

    Permalink

    Java Api

  12. def create(r: TransactGetItemsRequest): TransactGetItems

    Permalink

    Java Api

  13. def create(r: DescribeTimeToLiveRequest): DescribeTimeToLive

    Permalink

    Java Api

  14. def create(r: ListTablesRequest): ListTables

    Permalink

    Java Api

  15. def create(r: GetItemRequest): GetItem

    Permalink

    Java Api

  16. def create(r: BatchWriteItemRequest): BatchWriteItem

    Permalink

    Java Api

  17. def create(r: PutItemRequest): PutItem

    Permalink

    Java Api

  18. def create(r: UpdateTableRequest): UpdateTable

    Permalink

    Java Api

  19. def create(r: UpdateItemRequest): UpdateItem

    Permalink

    Java Api

  20. def create(r: DescribeTableRequest): DescribeTable

    Permalink

    Java Api

  21. def create(r: DescribeLimitsRequest): DescribeLimits

    Permalink

    Java Api

  22. def create(r: DeleteTableRequest): DeleteTable

    Permalink

    Java Api

  23. def create(r: DeleteItemRequest): DeleteItem

    Permalink

    Java Api

  24. def create(r: CreateTableRequest): CreateTable

    Permalink

    Java Api

  25. def create(r: BatchGetItemRequest): AwsOp

    Permalink

    Java Api

  26. val createTableM: CreateTableRequestProtocolMarshaller

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  47. val listTablesM: ListTablesRequestProtocolMarshaller

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  53. val protocol: SdkJsonProtocolFactory

    Permalink
    Definition Classes
    DynamoProtocol
  54. val putItemM: PutItemRequestProtocolMarshaller

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from DynamoProtocol

Inherited from AnyRef

Inherited from Any

Ungrouped