Class

com.github.j5ik2o.reactive.aws.dynamodb

JavaAsyncClientDecoratorV2Impl

Related Doc: package dynamodb

Permalink

class JavaAsyncClientDecoratorV2Impl extends JavaAsyncClientDecoratorV2

Linear Supertypes
JavaAsyncClientDecoratorV2, DynamoDbAsyncClient, SdkClient, SdkAutoCloseable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaAsyncClientDecoratorV2Impl
  2. JavaAsyncClientDecoratorV2
  3. DynamoDbAsyncClient
  4. SdkClient
  5. SdkAutoCloseable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaAsyncClientDecoratorV2Impl(underlying: DynamoDbAsyncClient)

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

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  6. def batchGetItem(batchGetItemRequest: BatchGetItemRequest): CompletableFuture[BatchGetItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  7. def batchGetItemPaginator(batchGetItemRequest: Consumer[Builder]): BatchGetItemPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  8. def batchGetItemPaginator(batchGetItemRequest: BatchGetItemRequest): BatchGetItemPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  9. def batchWriteItem(batchWriteItemRequest: Consumer[Builder]): CompletableFuture[BatchWriteItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  10. def batchWriteItem(batchWriteItemRequest: BatchWriteItemRequest): CompletableFuture[BatchWriteItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  11. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  14. def createBackup(createBackupRequest: CreateBackupRequest): CompletableFuture[CreateBackupResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  15. def createGlobalTable(createGlobalTableRequest: Consumer[Builder]): CompletableFuture[CreateGlobalTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  16. def createGlobalTable(createGlobalTableRequest: CreateGlobalTableRequest): CompletableFuture[CreateGlobalTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  17. def createTable(createTableRequest: Consumer[Builder]): CompletableFuture[CreateTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  18. def createTable(createTableRequest: CreateTableRequest): CompletableFuture[CreateTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  19. def deleteBackup(deleteBackupRequest: Consumer[Builder]): CompletableFuture[DeleteBackupResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  20. def deleteBackup(deleteBackupRequest: DeleteBackupRequest): CompletableFuture[DeleteBackupResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  21. def deleteItem(deleteItemRequest: Consumer[Builder]): CompletableFuture[DeleteItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  22. def deleteItem(deleteItemRequest: DeleteItemRequest): CompletableFuture[DeleteItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  23. def deleteTable(deleteTableRequest: Consumer[Builder]): CompletableFuture[DeleteTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  24. def deleteTable(deleteTableRequest: DeleteTableRequest): CompletableFuture[DeleteTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  25. def describeBackup(describeBackupRequest: Consumer[Builder]): CompletableFuture[DescribeBackupResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  26. def describeBackup(describeBackupRequest: DescribeBackupRequest): CompletableFuture[DescribeBackupResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  27. def describeContinuousBackups(describeContinuousBackupsRequest: Consumer[Builder]): CompletableFuture[DescribeContinuousBackupsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  28. def describeContinuousBackups(describeContinuousBackupsRequest: DescribeContinuousBackupsRequest): CompletableFuture[DescribeContinuousBackupsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  29. def describeEndpoints(): CompletableFuture[DescribeEndpointsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  30. def describeEndpoints(describeEndpointsRequest: Consumer[Builder]): CompletableFuture[DescribeEndpointsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  31. def describeEndpoints(describeEndpointsRequest: DescribeEndpointsRequest): CompletableFuture[DescribeEndpointsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  32. def describeGlobalTable(describeGlobalTableRequest: Consumer[Builder]): CompletableFuture[DescribeGlobalTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  33. def describeGlobalTable(describeGlobalTableRequest: DescribeGlobalTableRequest): CompletableFuture[DescribeGlobalTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  34. def describeGlobalTableSettings(describeGlobalTableSettingsRequest: Consumer[Builder]): CompletableFuture[DescribeGlobalTableSettingsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  35. def describeGlobalTableSettings(describeGlobalTableSettingsRequest: DescribeGlobalTableSettingsRequest): CompletableFuture[DescribeGlobalTableSettingsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  36. def describeLimits(): CompletableFuture[DescribeLimitsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  37. def describeLimits(describeLimitsRequest: Consumer[Builder]): CompletableFuture[DescribeLimitsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  38. def describeLimits(describeLimitsRequest: DescribeLimitsRequest): CompletableFuture[DescribeLimitsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  39. def describeTable(describeTableRequest: Consumer[Builder]): CompletableFuture[DescribeTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  40. def describeTable(describeTableRequest: DescribeTableRequest): CompletableFuture[DescribeTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  41. def describeTimeToLive(describeTimeToLiveRequest: Consumer[Builder]): CompletableFuture[DescribeTimeToLiveResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  42. def describeTimeToLive(describeTimeToLiveRequest: DescribeTimeToLiveRequest): CompletableFuture[DescribeTimeToLiveResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  43. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → 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]): CompletableFuture[GetItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  48. def getItem(getItemRequest: GetItemRequest): CompletableFuture[GetItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  49. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  52. def listBackups(listBackupsRequest: Consumer[Builder]): CompletableFuture[ListBackupsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  53. def listBackups(listBackupsRequest: ListBackupsRequest): CompletableFuture[ListBackupsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  54. def listGlobalTables(): CompletableFuture[ListGlobalTablesResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  55. def listGlobalTables(listGlobalTablesRequest: Consumer[Builder]): CompletableFuture[ListGlobalTablesResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  56. def listGlobalTables(listGlobalTablesRequest: ListGlobalTablesRequest): CompletableFuture[ListGlobalTablesResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  57. def listTables(): CompletableFuture[ListTablesResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  58. def listTables(listTablesRequest: Consumer[Builder]): CompletableFuture[ListTablesResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  59. def listTables(listTablesRequest: ListTablesRequest): CompletableFuture[ListTablesResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  60. def listTablesPaginator(listTablesRequest: Consumer[Builder]): ListTablesPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  61. def listTablesPaginator(listTablesRequest: ListTablesRequest): ListTablesPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  62. def listTablesPaginator(): ListTablesPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  63. def listTagsOfResource(listTagsOfResourceRequest: Consumer[Builder]): CompletableFuture[ListTagsOfResourceResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  64. def listTagsOfResource(listTagsOfResourceRequest: ListTagsOfResourceRequest): CompletableFuture[ListTagsOfResourceResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  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]): CompletableFuture[PutItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  69. def putItem(putItemRequest: PutItemRequest): CompletableFuture[PutItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  70. def query(queryRequest: Consumer[Builder]): CompletableFuture[QueryResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  71. def query(queryRequest: QueryRequest): CompletableFuture[QueryResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  72. def queryPaginator(queryRequest: Consumer[Builder]): QueryPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  73. def queryPaginator(queryRequest: QueryRequest): QueryPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  74. def restoreTableFromBackup(restoreTableFromBackupRequest: Consumer[Builder]): CompletableFuture[RestoreTableFromBackupResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  75. def restoreTableFromBackup(restoreTableFromBackupRequest: RestoreTableFromBackupRequest): CompletableFuture[RestoreTableFromBackupResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  76. def restoreTableToPointInTime(restoreTableToPointInTimeRequest: Consumer[Builder]): CompletableFuture[RestoreTableToPointInTimeResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  77. def restoreTableToPointInTime(restoreTableToPointInTimeRequest: RestoreTableToPointInTimeRequest): CompletableFuture[RestoreTableToPointInTimeResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  78. def scan(scanRequest: Consumer[Builder]): CompletableFuture[ScanResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  79. def scan(scanRequest: ScanRequest): CompletableFuture[ScanResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  80. def scanPaginator(scanRequest: Consumer[Builder]): ScanPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  81. def scanPaginator(scanRequest: ScanRequest): ScanPublisher

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  82. def serviceName(): String

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

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

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  85. def tagResource(tagResourceRequest: TagResourceRequest): CompletableFuture[TagResourceResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  86. def toString(): String

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

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  88. def transactGetItems(transactGetItemsRequest: TransactGetItemsRequest): CompletableFuture[TransactGetItemsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  89. def transactWriteItems(transactWriteItemsRequest: Consumer[Builder]): CompletableFuture[TransactWriteItemsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  90. def transactWriteItems(transactWriteItemsRequest: TransactWriteItemsRequest): CompletableFuture[TransactWriteItemsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  91. val underlying: DynamoDbAsyncClient

    Permalink
  92. def untagResource(untagResourceRequest: Consumer[Builder]): CompletableFuture[UntagResourceResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  93. def untagResource(untagResourceRequest: UntagResourceRequest): CompletableFuture[UntagResourceResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  94. def updateContinuousBackups(updateContinuousBackupsRequest: Consumer[Builder]): CompletableFuture[UpdateContinuousBackupsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  95. def updateContinuousBackups(updateContinuousBackupsRequest: UpdateContinuousBackupsRequest): CompletableFuture[UpdateContinuousBackupsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  96. def updateGlobalTable(updateGlobalTableRequest: Consumer[Builder]): CompletableFuture[UpdateGlobalTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  97. def updateGlobalTable(updateGlobalTableRequest: UpdateGlobalTableRequest): CompletableFuture[UpdateGlobalTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  98. def updateGlobalTableSettings(updateGlobalTableSettingsRequest: Consumer[Builder]): CompletableFuture[UpdateGlobalTableSettingsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  99. def updateGlobalTableSettings(updateGlobalTableSettingsRequest: UpdateGlobalTableSettingsRequest): CompletableFuture[UpdateGlobalTableSettingsResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  100. def updateItem(updateItemRequest: Consumer[Builder]): CompletableFuture[UpdateItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  101. def updateItem(updateItemRequest: UpdateItemRequest): CompletableFuture[UpdateItemResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  102. def updateTable(updateTableRequest: Consumer[Builder]): CompletableFuture[UpdateTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  103. def updateTable(updateTableRequest: UpdateTableRequest): CompletableFuture[UpdateTableResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  104. def updateTimeToLive(updateTimeToLiveRequest: Consumer[Builder]): CompletableFuture[UpdateTimeToLiveResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  105. def updateTimeToLive(updateTimeToLiveRequest: UpdateTimeToLiveRequest): CompletableFuture[UpdateTimeToLiveResponse]

    Permalink
    Definition Classes
    JavaAsyncClientDecoratorV2 → DynamoDbAsyncClient
  106. final def wait(): Unit

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

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

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

Inherited from DynamoDbAsyncClient

Inherited from SdkClient

Inherited from SdkAutoCloseable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped