trait DynamoDbSyncClient extends DynamoDbClient[[β$0$]Either[Throwable, β$0$]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoDbSyncClient
- DynamoDbClient
- DynamoDbClientSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract val underlying: software.amazon.awssdk.services.dynamodb.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(batchGetItemRequest: BatchGetItemRequest): Either[Throwable, BatchGetItemResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
batchGetItem(requestItems: Map[String, KeysAndAttributes]): Either[Throwable, BatchGetItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
batchGetItem(requestItems: Map[String, KeysAndAttributes], returnConsumedCapacity: ReturnConsumedCapacity): Either[Throwable, BatchGetItemResponse]
- Definition Classes
- DynamoDbClientSupport
- def batchGetItemPaginator(batchGetItemRequest: BatchGetItemRequest): BatchGetItemIterable
-
def
batchWriteItem(batchWriteItemRequest: BatchWriteItemRequest): Either[Throwable, BatchWriteItemResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
batchWriteItem(requestItems: Map[String, Seq[WriteRequest]]): Either[Throwable, BatchWriteItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
createBackup(createBackupRequest: CreateBackupRequest): Either[Throwable, CreateBackupResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
createGlobalTable(createGlobalTableRequest: CreateGlobalTableRequest): Either[Throwable, CreateGlobalTableResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
createTable(createTableRequest: CreateTableRequest): Either[Throwable, CreateTableResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
createTable(attributeDefinitions: Seq[AttributeDefinition], tableName: String, keySchema: Seq[KeySchemaElement], provisionedThroughput: ProvisionedThroughput): Either[Throwable, CreateTableResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
deleteBackup(deleteBackupRequest: DeleteBackupRequest): Either[Throwable, DeleteBackupResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
deleteItem(deleteItemRequest: DeleteItemRequest): Either[Throwable, DeleteItemResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
deleteItem(tableName: String, key: Map[String, AttributeValue], returnValues: ReturnValue): Either[Throwable, DeleteItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
deleteItem(tableName: String, key: Map[String, AttributeValue]): Either[Throwable, DeleteItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
deleteTable(deleteTableRequest: DeleteTableRequest): Either[Throwable, DeleteTableResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
deleteTable(tableName: String): Either[Throwable, DeleteTableResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
describeBackup(describeBackupRequest: DescribeBackupRequest): Either[Throwable, DescribeBackupResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
describeContinuousBackups(describeContinuousBackupsRequest: DescribeContinuousBackupsRequest): Either[Throwable, DescribeContinuousBackupsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
describeEndpoints(describeEndpointsRequest: DescribeEndpointsRequest): Either[Throwable, DescribeEndpointsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
describeEndpoints(): Either[Throwable, DescribeEndpointsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient → DynamoDbClientSupport
-
def
describeGlobalTable(describeGlobalTableRequest: DescribeGlobalTableRequest): Either[Throwable, DescribeGlobalTableResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
describeGlobalTableSettings(describeGlobalTableSettingsRequest: DescribeGlobalTableSettingsRequest): Either[Throwable, DescribeGlobalTableSettingsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
describeLimits(describeLimitsRequest: DescribeLimitsRequest): Either[Throwable, DescribeLimitsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
describeLimits(): Either[Throwable, DescribeLimitsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient → DynamoDbClientSupport
-
def
describeTable(describeTableRequest: DescribeTableRequest): Either[Throwable, DescribeTableResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
describeTable(tableName: String): Either[Throwable, DescribeTableResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
describeTimeToLive(describeTimeToLiveRequest: DescribeTimeToLiveRequest): Either[Throwable, DescribeTimeToLiveResponse]
- Definition Classes
- DynamoDbSyncClient → 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(getItemRequest: GetItemRequest): Either[Throwable, GetItemResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
getItem(tableName: String, key: Map[String, AttributeValue], consistentRead: Boolean): Either[Throwable, GetItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
getItem(tableName: String, key: Map[String, AttributeValue]): Either[Throwable, GetItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listBackups(listBackupsRequest: ListBackupsRequest): Either[Throwable, ListBackupsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
listBackups(): Either[Throwable, ListBackupsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient → DynamoDbClientSupport
-
def
listGlobalTables(listGlobalTablesRequest: ListGlobalTablesRequest): Either[Throwable, ListGlobalTablesResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
listGlobalTables(): Either[Throwable, ListGlobalTablesResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient → DynamoDbClientSupport
-
def
listTables(listTablesRequest: ListTablesRequest): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
listTables(): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient → DynamoDbClientSupport
-
def
listTables(limit: Int): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
listTables(exclusiveStartTableName: String, limit: Int): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
listTables(exclusiveStartTableName: String): Either[Throwable, ListTablesResponse]
- Definition Classes
- DynamoDbClientSupport
- def listTablesPaginator(listTablesRequest: ListTablesRequest): ListTablesIterable
- def listTablesPaginator(): ListTablesIterable
-
def
listTagsOfResource(listTagsOfResourceRequest: ListTagsOfResourceRequest): Either[Throwable, ListTagsOfResourceResponse]
- Definition Classes
- DynamoDbSyncClient → 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(putItemRequest: PutItemRequest): Either[Throwable, PutItemResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
putItem(tableName: String, item: Map[String, AttributeValue], returnValues: ReturnValue): Either[Throwable, PutItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
putItem(tableName: String, item: Map[String, AttributeValue]): Either[Throwable, PutItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
query(queryRequest: QueryRequest): Either[Throwable, QueryResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
- def queryPaginator(queryRequest: QueryRequest): QueryIterable
-
def
restoreTableFromBackup(restoreTableFromBackupRequest: RestoreTableFromBackupRequest): Either[Throwable, RestoreTableFromBackupResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
restoreTableToPointInTime(restoreTableToPointInTimeRequest: RestoreTableToPointInTimeRequest): Either[Throwable, RestoreTableToPointInTimeResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
scan(scanRequest: ScanRequest): Either[Throwable, ScanResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
scan(tableName: String, attributesToGet: Seq[String], scanFilter: Map[String, Condition]): Either[Throwable, ScanResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
scan(tableName: String, scanFilter: Map[String, Condition]): Either[Throwable, ScanResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
scan(tableName: String, attributesToGet: Seq[String]): Either[Throwable, ScanResponse]
- Definition Classes
- DynamoDbClientSupport
- def scanPaginator(scanRequest: ScanRequest): ScanIterable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tagResource(tagResourceRequest: TagResourceRequest): Either[Throwable, TagResourceResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transactGetItems(transactGetItemsRequest: TransactGetItemsRequest): Either[Throwable, TransactGetItemsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
transactWriteItems(transactWriteItemsRequest: TransactWriteItemsRequest): Either[Throwable, TransactWriteItemsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
untagResource(untagResourceRequest: UntagResourceRequest): Either[Throwable, UntagResourceResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
updateContinuousBackups(updateContinuousBackupsRequest: UpdateContinuousBackupsRequest): Either[Throwable, UpdateContinuousBackupsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
updateGlobalTable(updateGlobalTableRequest: UpdateGlobalTableRequest): Either[Throwable, UpdateGlobalTableResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
updateGlobalTableSettings(updateGlobalTableSettingsRequest: UpdateGlobalTableSettingsRequest): Either[Throwable, UpdateGlobalTableSettingsResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
updateItem(updateItemRequest: UpdateItemRequest): Either[Throwable, UpdateItemResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
updateItem(tableName: String, key: Map[String, AttributeValue], attributeUpdates: Map[String, AttributeValueUpdate], returnValues: ReturnValue): Either[Throwable, UpdateItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
updateItem(tableName: String, key: Map[String, AttributeValue], attributeUpdates: Map[String, AttributeValueUpdate]): Either[Throwable, UpdateItemResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
updateTable(updateTableRequest: UpdateTableRequest): Either[Throwable, UpdateTableResponse]
- Definition Classes
- DynamoDbSyncClient → DynamoDbClient
-
def
updateTable(tableName: String, provisionedThroughput: ProvisionedThroughput): Either[Throwable, UpdateTableResponse]
- Definition Classes
- DynamoDbClientSupport
-
def
updateTimeToLive(updateTimeToLiveRequest: UpdateTimeToLiveRequest): Either[Throwable, UpdateTimeToLiveResponse]
- Definition Classes
- DynamoDbSyncClient → 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( ... )