trait DynamoDBSyncClientV1 extends DynamoDBClient[[β$0$]Either[Throwable, β$0$]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoDBSyncClientV1
- DynamoDBClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
batchGetItem(request: BatchGetItemRequest): Either[Throwable, BatchGetItemResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
batchWriteItem(request: BatchWriteItemRequest): Either[Throwable, BatchWriteItemResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
createBackup(request: CreateBackupRequest): Either[Throwable, CreateBackupResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
createGlobalTable(request: CreateGlobalTableRequest): Either[Throwable, CreateGlobalTableResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
createTable(request: CreateTableRequest): Either[Throwable, CreateTableResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
deleteBackup(request: DeleteBackupRequest): Either[Throwable, DeleteBackupResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
deleteItem(request: DeleteItemRequest): Either[Throwable, DeleteItemResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
deleteTable(request: DeleteTableRequest): Either[Throwable, DeleteTableResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
describeBackup(request: DescribeBackupRequest): Either[Throwable, DescribeBackupResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
describeContinuousBackups(request: DescribeContinuousBackupsRequest): Either[Throwable, DescribeContinuousBackupsResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
describeEndpoints(request: DescribeEndpointsRequest): Either[Throwable, DescribeEndpointsResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
describeGlobalTable(request: DescribeGlobalTableRequest): Either[Throwable, DescribeGlobalTableResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
describeGlobalTableSettings(request: DescribeGlobalTableSettingsRequest): Either[Throwable, DescribeGlobalTableSettingsResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
describeLimits(request: DescribeLimitsRequest): Either[Throwable, DescribeLimitsResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
describeTable(request: DescribeTableRequest): Either[Throwable, DescribeTableResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
describeTimeToLive(request: DescribeTimeToLiveRequest): Either[Throwable, DescribeTimeToLiveResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
getItem(request: GetItemRequest): Either[Throwable, GetItemResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
listBackups(request: ListBackupsRequest): Either[Throwable, ListBackupsResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
listGlobalTables(request: ListGlobalTablesRequest): Either[Throwable, ListGlobalTablesResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
listTables(request: ListTablesRequest): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
listTagsOfResource(request: ListTagsOfResourceRequest): Either[Throwable, ListTagsOfResourceResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
putItem(request: PutItemRequest): Either[Throwable, PutItemResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
query(request: QueryRequest): Either[Throwable, QueryResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
restoreTableFromBackup(request: RestoreTableFromBackupRequest): Either[Throwable, RestoreTableFromBackupResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
restoreTableToPointInTime(request: RestoreTableToPointInTimeRequest): Either[Throwable, RestoreTableToPointInTimeResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
scan(request: ScanRequest): Either[Throwable, ScanResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
tagResource(request: TagResourceRequest): Either[Throwable, TagResourceResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
transactGetItems(request: TransactGetItemsRequest): Either[Throwable, TransactGetItemsResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
transactWriteItems(request: TransactWriteItemsRequest): Either[Throwable, TransactWriteItemsResponse]
- Definition Classes
- DynamoDBClient
- abstract val underlying: AmazonDynamoDB
-
abstract
def
untagResource(request: UntagResourceRequest): Either[Throwable, UntagResourceResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
updateContinuousBackups(request: UpdateContinuousBackupsRequest): Either[Throwable, UpdateContinuousBackupsResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
updateGlobalTable(request: UpdateGlobalTableRequest): Either[Throwable, UpdateGlobalTableResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
updateGlobalTableSettings(request: UpdateGlobalTableSettingsRequest): Either[Throwable, UpdateGlobalTableSettingsResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
updateItem(request: UpdateItemRequest): Either[Throwable, UpdateItemResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
updateTable(request: UpdateTableRequest): Either[Throwable, UpdateTableResponse]
- Definition Classes
- DynamoDBClient
-
abstract
def
updateTimeToLive(request: UpdateTimeToLiveRequest): Either[Throwable, UpdateTimeToLiveResponse]
- Definition Classes
- DynamoDBClient
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
batchGetItem(requestItems: Map[String, KeysAndAttributes]): Either[Throwable, BatchGetItemResponse]
- Definition Classes
- DynamoDBClient
-
def
batchGetItem(requestItems: Map[String, KeysAndAttributes], returnConsumedCapacity: String): Either[Throwable, BatchGetItemResponse]
- Definition Classes
- DynamoDBClient
-
def
batchWriteItem(requestItems: Map[String, Seq[WriteRequest]]): Either[Throwable, BatchWriteItemResponse]
- Definition Classes
- DynamoDBClient
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
createTable(attributeDefinitions: Seq[AttributeDefinition], tableName: String, keySchema: Seq[KeySchemaElement], provisionedThroughput: ProvisionedThroughput): Either[Throwable, CreateTableResponse]
- Definition Classes
- DynamoDBClient
-
def
deleteItem(tableName: String, key: Map[String, AttributeValue], returnValues: ReturnValue): Either[Throwable, DeleteItemResponse]
- Definition Classes
- DynamoDBClient
-
def
deleteItem(tableName: String, key: Map[String, AttributeValue]): Either[Throwable, DeleteItemResponse]
- Definition Classes
- DynamoDBClient
-
def
deleteTable(tableName: String): Either[Throwable, DeleteTableResponse]
- Definition Classes
- DynamoDBClient
-
def
describeLimits: Either[Throwable, DescribeLimitsResponse]
- Definition Classes
- DynamoDBClient
-
def
describeTable(tableName: String): Either[Throwable, DescribeTableResponse]
- Definition Classes
- DynamoDBClient
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getItem(tableName: String, key: Map[String, AttributeValue], consistentRead: Boolean): Either[Throwable, GetItemResponse]
- Definition Classes
- DynamoDBClient
-
def
getItem(tableName: String, key: Map[String, AttributeValue]): Either[Throwable, GetItemResponse]
- Definition Classes
- DynamoDBClient
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listBackups(): Either[Throwable, ListBackupsResponse]
- Definition Classes
- DynamoDBClient
-
def
listGlobalTables: Either[Throwable, ListGlobalTablesResponse]
- Definition Classes
- DynamoDBClient
-
def
listTables(limit: Int): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDBClient
-
def
listTables(exclusiveStartTableName: String, limit: Int): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDBClient
-
def
listTables(exclusiveStartTableName: String): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDBClient
-
def
listTables: Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDBClient
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
putItem(tableName: String, item: Map[String, AttributeValue], returnValues: ReturnValue): Either[Throwable, PutItemResponse]
- Definition Classes
- DynamoDBClient
-
def
putItem(tableName: String, item: Map[String, AttributeValue]): Either[Throwable, PutItemResponse]
- Definition Classes
- DynamoDBClient
-
def
scan(tableName: String, attributesToGet: Seq[String], scanFilter: Map[String, Condition]): Either[Throwable, ScanResponse]
- Definition Classes
- DynamoDBClient
-
def
scan(tableName: String, scanFilter: Map[String, Condition]): Either[Throwable, ScanResponse]
- Definition Classes
- DynamoDBClient
-
def
scan(tableName: String, attributesToGet: Seq[String]): Either[Throwable, ScanResponse]
- Definition Classes
- DynamoDBClient
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateItem(tableName: String, key: Map[String, AttributeValue], attributeUpdates: Map[String, AttributeValueUpdate], returnValues: ReturnValue): Either[Throwable, UpdateItemResponse]
- Definition Classes
- DynamoDBClient
-
def
updateItem(tableName: String, key: Map[String, AttributeValue], attributeUpdates: Map[String, AttributeValueUpdate]): Either[Throwable, UpdateItemResponse]
- Definition Classes
- DynamoDBClient
-
def
updateTable(tableName: String, provisionedThroughput: ProvisionedThroughput): Either[Throwable, UpdateTableResponse]
- Definition Classes
- DynamoDBClient
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )