Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
DeltaSyncConfig |
DeltaSyncConfig.clone() |
DeltaSyncConfig |
DynamodbDataSourceConfig.getDeltaSyncConfig()
The
DeltaSyncConfig for a versioned data source. |
DeltaSyncConfig |
DeltaSyncConfig.withBaseTableTTL(Long baseTableTTL)
The number of minutes that an Item is stored in the data source.
|
DeltaSyncConfig |
DeltaSyncConfig.withDeltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
|
DeltaSyncConfig |
DeltaSyncConfig.withDeltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamodbDataSourceConfig.setDeltaSyncConfig(DeltaSyncConfig deltaSyncConfig)
The
DeltaSyncConfig for a versioned data source. |
DynamodbDataSourceConfig |
DynamodbDataSourceConfig.withDeltaSyncConfig(DeltaSyncConfig deltaSyncConfig)
The
DeltaSyncConfig for a versioned data source. |
Copyright © 2022. All rights reserved.