Class

com.github.j5ik2o.reactive.aws.dynamodb

DynamoDBSyncClientV1Impl

Related Doc: package dynamodb

Permalink

class DynamoDBSyncClientV1Impl extends DynamoDBSyncClientV1

Linear Supertypes
DynamoDBSyncClientV1, DynamoDBClient[[β$0$]Either[Throwable, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoDBSyncClientV1Impl
  2. DynamoDBSyncClientV1
  3. DynamoDBClient
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DynamoDBSyncClientV1Impl(underlying: AmazonDynamoDB)

    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. def batchGetItem(request: BatchGetItemRequest): Either[Throwable, BatchGetItemResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  6. def batchGetItem(requestItems: Map[String, KeysAndAttributes]): Either[Throwable, BatchGetItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  7. def batchGetItem(requestItems: Map[String, KeysAndAttributes], returnConsumedCapacity: String): Either[Throwable, BatchGetItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  8. def batchWriteItem(request: BatchWriteItemRequest): Either[Throwable, BatchWriteItemResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  9. def batchWriteItem(requestItems: Map[String, Seq[WriteRequest]]): Either[Throwable, BatchWriteItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def createBackup(request: CreateBackupRequest): Either[Throwable, CreateBackupResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  12. def createGlobalTable(request: CreateGlobalTableRequest): Either[Throwable, CreateGlobalTableResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  13. def createTable(request: CreateTableRequest): Either[Throwable, CreateTableResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  14. def createTable(attributeDefinitions: Seq[AttributeDefinition], tableName: String, keySchema: Seq[KeySchemaElement], provisionedThroughput: ProvisionedThroughput): Either[Throwable, CreateTableResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  15. def deleteBackup(request: DeleteBackupRequest): Either[Throwable, DeleteBackupResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  16. def deleteItem(request: DeleteItemRequest): Either[Throwable, DeleteItemResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  17. def deleteItem(tableName: String, key: Map[String, AttributeValue], returnValues: ReturnValue): Either[Throwable, DeleteItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  18. def deleteItem(tableName: String, key: Map[String, AttributeValue]): Either[Throwable, DeleteItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  19. def deleteTable(request: DeleteTableRequest): Either[Throwable, DeleteTableResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  20. def deleteTable(tableName: String): Either[Throwable, DeleteTableResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  21. def describeBackup(request: DescribeBackupRequest): Either[Throwable, DescribeBackupResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  22. def describeContinuousBackups(request: DescribeContinuousBackupsRequest): Either[Throwable, DescribeContinuousBackupsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  23. def describeEndpoints(request: DescribeEndpointsRequest): Either[Throwable, DescribeEndpointsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  24. def describeGlobalTable(request: DescribeGlobalTableRequest): Either[Throwable, DescribeGlobalTableResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  25. def describeGlobalTableSettings(request: DescribeGlobalTableSettingsRequest): Either[Throwable, DescribeGlobalTableSettingsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  26. def describeLimits(request: DescribeLimitsRequest): Either[Throwable, DescribeLimitsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  27. def describeLimits: Either[Throwable, DescribeLimitsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  28. def describeTable(request: DescribeTableRequest): Either[Throwable, DescribeTableResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  29. def describeTable(tableName: String): Either[Throwable, DescribeTableResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  30. def describeTimeToLive(request: DescribeTimeToLiveRequest): Either[Throwable, DescribeTimeToLiveResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  31. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def getItem(request: GetItemRequest): Either[Throwable, GetItemResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  36. def getItem(tableName: String, key: Map[String, AttributeValue], consistentRead: Boolean): Either[Throwable, GetItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  37. def getItem(tableName: String, key: Map[String, AttributeValue]): Either[Throwable, GetItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  38. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  40. def listBackups(request: ListBackupsRequest): Either[Throwable, ListBackupsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  41. def listBackups(): Either[Throwable, ListBackupsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  42. def listGlobalTables(request: ListGlobalTablesRequest): Either[Throwable, ListGlobalTablesResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  43. def listGlobalTables: Either[Throwable, ListGlobalTablesResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  44. def listTables(request: ListTablesRequest): Either[Throwable, ListTablesResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  45. def listTables(limit: Int): Either[Throwable, ListTablesResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  46. def listTables(exclusiveStartTableName: String, limit: Int): Either[Throwable, ListTablesResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  47. def listTables(exclusiveStartTableName: String): Either[Throwable, ListTablesResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  48. def listTables: Either[Throwable, ListTablesResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  49. def listTagsOfResource(request: ListTagsOfResourceRequest): Either[Throwable, ListTagsOfResourceResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  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. def putItem(request: PutItemRequest): Either[Throwable, PutItemResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  54. def putItem(tableName: String, item: Map[String, AttributeValue], returnValues: ReturnValue): Either[Throwable, PutItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  55. def putItem(tableName: String, item: Map[String, AttributeValue]): Either[Throwable, PutItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  56. def query(request: QueryRequest): Either[Throwable, QueryResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  57. def restoreTableFromBackup(request: RestoreTableFromBackupRequest): Either[Throwable, RestoreTableFromBackupResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  58. def restoreTableToPointInTime(request: RestoreTableToPointInTimeRequest): Either[Throwable, RestoreTableToPointInTimeResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  59. def scan(request: ScanRequest): Either[Throwable, ScanResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  60. def scan(tableName: String, attributesToGet: Seq[String], scanFilter: Map[String, Condition]): Either[Throwable, ScanResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  61. def scan(tableName: String, scanFilter: Map[String, Condition]): Either[Throwable, ScanResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  62. def scan(tableName: String, attributesToGet: Seq[String]): Either[Throwable, ScanResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def tagResource(request: TagResourceRequest): Either[Throwable, TagResourceResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  65. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  66. def transactGetItems(request: TransactGetItemsRequest): Either[Throwable, TransactGetItemsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  67. def transactWriteItems(request: TransactWriteItemsRequest): Either[Throwable, TransactWriteItemsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  68. val underlying: AmazonDynamoDB

    Permalink
  69. def untagResource(request: UntagResourceRequest): Either[Throwable, UntagResourceResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  70. def updateContinuousBackups(request: UpdateContinuousBackupsRequest): Either[Throwable, UpdateContinuousBackupsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  71. def updateGlobalTable(request: UpdateGlobalTableRequest): Either[Throwable, UpdateGlobalTableResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  72. def updateGlobalTableSettings(request: UpdateGlobalTableSettingsRequest): Either[Throwable, UpdateGlobalTableSettingsResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  73. def updateItem(request: UpdateItemRequest): Either[Throwable, UpdateItemResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  74. def updateItem(tableName: String, key: Map[String, AttributeValue], attributeUpdates: Map[String, AttributeValueUpdate], returnValues: ReturnValue): Either[Throwable, UpdateItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  75. def updateItem(tableName: String, key: Map[String, AttributeValue], attributeUpdates: Map[String, AttributeValueUpdate]): Either[Throwable, UpdateItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  76. def updateTable(request: UpdateTableRequest): Either[Throwable, UpdateTableResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  77. def updateTable(tableName: String, provisionedThroughput: ProvisionedThroughput): Either[Throwable, UpdateTableResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  78. def updateTimeToLive(request: UpdateTimeToLiveRequest): Either[Throwable, UpdateTimeToLiveResponse]

    Permalink
    Definition Classes
    DynamoDBSyncClientV1Impl → DynamoDBClient
  79. final def wait(): Unit

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

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

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

Inherited from DynamoDBSyncClientV1

Inherited from DynamoDBClient[[β$0$]Either[Throwable, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped