Trait/Object

com.github.j5ik2o.reactive.aws.dynamodb

JavaSyncClientDecoratorV2

Related Docs: object JavaSyncClientDecoratorV2 | package dynamodb

Permalink

trait JavaSyncClientDecoratorV2 extends DynamoDbClient

Annotations
@SuppressWarnings()
Linear Supertypes
DynamoDbClient, SdkClient, SdkAutoCloseable, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaSyncClientDecoratorV2
  2. DynamoDbClient
  3. SdkClient
  4. SdkAutoCloseable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val underlying: DynamoDbClient

    Permalink

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(batchGetItemRequest: Consumer[Builder]): BatchGetItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  6. def batchGetItem(batchGetItemRequest: BatchGetItemRequest): BatchGetItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  7. def batchGetItemPaginator(arg0: Consumer[Builder]): BatchGetItemIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  8. def batchGetItemPaginator(arg0: BatchGetItemRequest): BatchGetItemIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  9. def batchWriteItem(batchWriteItemRequest: Consumer[Builder]): BatchWriteItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  10. def batchWriteItem(batchWriteItemRequest: BatchWriteItemRequest): BatchWriteItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def close(): Unit

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → SdkAutoCloseable → AutoCloseable
  13. def createBackup(createBackupRequest: Consumer[Builder]): CreateBackupResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  14. def createBackup(createBackupRequest: CreateBackupRequest): CreateBackupResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  15. def createGlobalTable(createGlobalTableRequest: Consumer[Builder]): CreateGlobalTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  16. def createGlobalTable(createGlobalTableRequest: CreateGlobalTableRequest): CreateGlobalTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  17. def createTable(createTableRequest: Consumer[Builder]): CreateTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  18. def createTable(createTableRequest: CreateTableRequest): CreateTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  19. def deleteBackup(deleteBackupRequest: Consumer[Builder]): DeleteBackupResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  20. def deleteBackup(deleteBackupRequest: DeleteBackupRequest): DeleteBackupResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  21. def deleteItem(deleteItemRequest: Consumer[Builder]): DeleteItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  22. def deleteItem(deleteItemRequest: DeleteItemRequest): DeleteItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  23. def deleteTable(deleteTableRequest: Consumer[Builder]): DeleteTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  24. def deleteTable(deleteTableRequest: DeleteTableRequest): DeleteTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  25. def describeBackup(describeBackupRequest: Consumer[Builder]): DescribeBackupResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  26. def describeBackup(describeBackupRequest: DescribeBackupRequest): DescribeBackupResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  27. def describeContinuousBackups(describeContinuousBackupsRequest: Consumer[Builder]): DescribeContinuousBackupsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  28. def describeContinuousBackups(describeContinuousBackupsRequest: DescribeContinuousBackupsRequest): DescribeContinuousBackupsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  29. def describeEndpoints(): DescribeEndpointsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  30. def describeEndpoints(describeEndpointsRequest: Consumer[Builder]): DescribeEndpointsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  31. def describeEndpoints(describeEndpointsRequest: DescribeEndpointsRequest): DescribeEndpointsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  32. def describeGlobalTable(describeGlobalTableRequest: Consumer[Builder]): DescribeGlobalTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  33. def describeGlobalTable(describeGlobalTableRequest: DescribeGlobalTableRequest): DescribeGlobalTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  34. def describeGlobalTableSettings(describeGlobalTableSettingsRequest: Consumer[Builder]): DescribeGlobalTableSettingsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  35. def describeGlobalTableSettings(describeGlobalTableSettingsRequest: DescribeGlobalTableSettingsRequest): DescribeGlobalTableSettingsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  36. def describeLimits(): DescribeLimitsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  37. def describeLimits(describeLimitsRequest: Consumer[Builder]): DescribeLimitsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  38. def describeLimits(describeLimitsRequest: DescribeLimitsRequest): DescribeLimitsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  39. def describeTable(describeTableRequest: Consumer[Builder]): DescribeTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  40. def describeTable(describeTableRequest: DescribeTableRequest): DescribeTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  41. def describeTimeToLive(describeTimeToLiveRequest: Consumer[Builder]): DescribeTimeToLiveResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  42. def describeTimeToLive(describeTimeToLiveRequest: DescribeTimeToLiveRequest): DescribeTimeToLiveResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  43. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. def equals(obj: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. def getItem(getItemRequest: Consumer[Builder]): GetItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  48. def getItem(getItemRequest: GetItemRequest): GetItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  49. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  51. def listBackups(): ListBackupsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  52. def listBackups(listBackupsRequest: Consumer[Builder]): ListBackupsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  53. def listBackups(listBackupsRequest: ListBackupsRequest): ListBackupsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  54. def listGlobalTables(): ListGlobalTablesResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  55. def listGlobalTables(listGlobalTablesRequest: Consumer[Builder]): ListGlobalTablesResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  56. def listGlobalTables(listGlobalTablesRequest: ListGlobalTablesRequest): ListGlobalTablesResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  57. def listTables(): ListTablesResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  58. def listTables(listTablesRequest: Consumer[Builder]): ListTablesResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  59. def listTables(listTablesRequest: ListTablesRequest): ListTablesResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  60. def listTablesPaginator(arg0: Consumer[Builder]): ListTablesIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  61. def listTablesPaginator(arg0: ListTablesRequest): ListTablesIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  62. def listTablesPaginator(): ListTablesIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  63. def listTagsOfResource(listTagsOfResourceRequest: Consumer[Builder]): ListTagsOfResourceResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  64. def listTagsOfResource(listTagsOfResourceRequest: ListTagsOfResourceRequest): ListTagsOfResourceResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  65. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  68. def putItem(putItemRequest: Consumer[Builder]): PutItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  69. def putItem(putItemRequest: PutItemRequest): PutItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  70. def query(queryRequest: Consumer[Builder]): QueryResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  71. def query(queryRequest: QueryRequest): QueryResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  72. def queryPaginator(arg0: Consumer[Builder]): QueryIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  73. def queryPaginator(arg0: QueryRequest): QueryIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  74. def restoreTableFromBackup(restoreTableFromBackupRequest: Consumer[Builder]): RestoreTableFromBackupResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  75. def restoreTableFromBackup(restoreTableFromBackupRequest: RestoreTableFromBackupRequest): RestoreTableFromBackupResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  76. def restoreTableToPointInTime(restoreTableToPointInTimeRequest: Consumer[Builder]): RestoreTableToPointInTimeResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  77. def restoreTableToPointInTime(restoreTableToPointInTimeRequest: RestoreTableToPointInTimeRequest): RestoreTableToPointInTimeResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  78. def scan(scanRequest: Consumer[Builder]): ScanResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  79. def scan(scanRequest: ScanRequest): ScanResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  80. def scanPaginator(arg0: Consumer[Builder]): ScanIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  81. def scanPaginator(arg0: ScanRequest): ScanIterable

    Permalink
    Definition Classes
    DynamoDbClient
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( ... )
  82. def serviceName(): String

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → SdkClient
  83. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  84. def tagResource(tagResourceRequest: Consumer[Builder]): TagResourceResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  85. def tagResource(tagResourceRequest: TagResourceRequest): TagResourceResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  86. def toString(): String

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → AnyRef → Any
  87. def transactGetItems(transactGetItemsRequest: Consumer[Builder]): TransactGetItemsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  88. def transactGetItems(transactGetItemsRequest: TransactGetItemsRequest): TransactGetItemsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  89. def transactWriteItems(transactWriteItemsRequest: Consumer[Builder]): TransactWriteItemsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  90. def transactWriteItems(transactWriteItemsRequest: TransactWriteItemsRequest): TransactWriteItemsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  91. def untagResource(untagResourceRequest: Consumer[Builder]): UntagResourceResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  92. def untagResource(untagResourceRequest: UntagResourceRequest): UntagResourceResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  93. def updateContinuousBackups(updateContinuousBackupsRequest: Consumer[Builder]): UpdateContinuousBackupsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  94. def updateContinuousBackups(updateContinuousBackupsRequest: UpdateContinuousBackupsRequest): UpdateContinuousBackupsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  95. def updateGlobalTable(updateGlobalTableRequest: Consumer[Builder]): UpdateGlobalTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  96. def updateGlobalTable(updateGlobalTableRequest: UpdateGlobalTableRequest): UpdateGlobalTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  97. def updateGlobalTableSettings(updateGlobalTableSettingsRequest: Consumer[Builder]): UpdateGlobalTableSettingsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  98. def updateGlobalTableSettings(updateGlobalTableSettingsRequest: UpdateGlobalTableSettingsRequest): UpdateGlobalTableSettingsResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  99. def updateItem(updateItemRequest: Consumer[Builder]): UpdateItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  100. def updateItem(updateItemRequest: UpdateItemRequest): UpdateItemResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  101. def updateTable(updateTableRequest: Consumer[Builder]): UpdateTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  102. def updateTable(updateTableRequest: UpdateTableRequest): UpdateTableResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  103. def updateTimeToLive(updateTimeToLiveRequest: Consumer[Builder]): UpdateTimeToLiveResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  104. def updateTimeToLive(updateTimeToLiveRequest: UpdateTimeToLiveRequest): UpdateTimeToLiveResponse

    Permalink
    Definition Classes
    JavaSyncClientDecoratorV2 → DynamoDbClient
  105. final def wait(): Unit

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

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

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

Inherited from DynamoDbClient

Inherited from SdkClient

Inherited from SdkAutoCloseable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped