Trait/Object

com.github.j5ik2o.reactive.aws.dynamodb

DynamoDBSyncClientV1

Related Docs: object DynamoDBSyncClientV1 | package dynamodb

Permalink

trait DynamoDBSyncClientV1 extends DynamoDBClient[[β$0$]Either[Throwable, β$0$]]

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

Abstract Value Members

  1. abstract def batchGetItem(request: BatchGetItemRequest): Either[Throwable, BatchGetItemResponse]

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

    Permalink
    Definition Classes
    DynamoDBClient
  3. abstract def createBackup(request: CreateBackupRequest): Either[Throwable, CreateBackupResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  4. abstract def createGlobalTable(request: CreateGlobalTableRequest): Either[Throwable, CreateGlobalTableResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  5. abstract def createTable(request: CreateTableRequest): Either[Throwable, CreateTableResponse]

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

    Permalink
    Definition Classes
    DynamoDBClient
  7. abstract def deleteItem(request: DeleteItemRequest): Either[Throwable, DeleteItemResponse]

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

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

    Permalink
    Definition Classes
    DynamoDBClient
  10. abstract def describeContinuousBackups(request: DescribeContinuousBackupsRequest): Either[Throwable, DescribeContinuousBackupsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  11. abstract def describeEndpoints(request: DescribeEndpointsRequest): Either[Throwable, DescribeEndpointsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  12. abstract def describeGlobalTable(request: DescribeGlobalTableRequest): Either[Throwable, DescribeGlobalTableResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  13. abstract def describeGlobalTableSettings(request: DescribeGlobalTableSettingsRequest): Either[Throwable, DescribeGlobalTableSettingsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  14. abstract def describeLimits(request: DescribeLimitsRequest): Either[Throwable, DescribeLimitsResponse]

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

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

    Permalink
    Definition Classes
    DynamoDBClient
  17. abstract def getItem(request: GetItemRequest): Either[Throwable, GetItemResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  18. abstract def listBackups(request: ListBackupsRequest): Either[Throwable, ListBackupsResponse]

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

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

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

    Permalink
    Definition Classes
    DynamoDBClient
  22. abstract def putItem(request: PutItemRequest): Either[Throwable, PutItemResponse]

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

    Permalink
    Definition Classes
    DynamoDBClient
  24. abstract def restoreTableFromBackup(request: RestoreTableFromBackupRequest): Either[Throwable, RestoreTableFromBackupResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  25. abstract def restoreTableToPointInTime(request: RestoreTableToPointInTimeRequest): Either[Throwable, RestoreTableToPointInTimeResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  26. abstract def scan(request: ScanRequest): Either[Throwable, ScanResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  27. abstract def tagResource(request: TagResourceRequest): Either[Throwable, TagResourceResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  28. abstract def transactGetItems(request: TransactGetItemsRequest): Either[Throwable, TransactGetItemsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  29. abstract def transactWriteItems(request: TransactWriteItemsRequest): Either[Throwable, TransactWriteItemsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  30. abstract val underlying: AmazonDynamoDB

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

    Permalink
    Definition Classes
    DynamoDBClient
  32. abstract def updateContinuousBackups(request: UpdateContinuousBackupsRequest): Either[Throwable, UpdateContinuousBackupsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  33. abstract def updateGlobalTable(request: UpdateGlobalTableRequest): Either[Throwable, UpdateGlobalTableResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  34. abstract def updateGlobalTableSettings(request: UpdateGlobalTableSettingsRequest): Either[Throwable, UpdateGlobalTableSettingsResponse]

    Permalink
    Definition Classes
    DynamoDBClient
  35. abstract def updateItem(request: UpdateItemRequest): Either[Throwable, UpdateItemResponse]

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

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

    Permalink
    Definition Classes
    DynamoDBClient

Concrete 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(requestItems: Map[String, KeysAndAttributes]): Either[Throwable, BatchGetItemResponse]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createTable(attributeDefinitions: Seq[AttributeDefinition], tableName: String, keySchema: Seq[KeySchemaElement], provisionedThroughput: ProvisionedThroughput): Either[Throwable, CreateTableResponse]

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

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

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

    Permalink
    Definition Classes
    DynamoDBClient
  13. def describeLimits: Either[Throwable, DescribeLimitsResponse]

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

    Permalink
    Definition Classes
    DynamoDBClient
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getItem(tableName: String, key: Map[String, AttributeValue], consistentRead: Boolean): Either[Throwable, GetItemResponse]

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

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

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

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

    Permalink
    Definition Classes
    DynamoDBClient
  24. def listGlobalTables: Either[Throwable, ListGlobalTablesResponse]

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

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

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

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

    Permalink
    Definition Classes
    DynamoDBClient
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def putItem(tableName: String, item: Map[String, AttributeValue], returnValues: ReturnValue): Either[Throwable, PutItemResponse]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DynamoDBClient
  42. final def wait(): Unit

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped