public class ReservedThroughputDetails extends Object implements Jsonizable
| 构造器和说明 |
|---|
ReservedThroughputDetails(CapacityUnit capacityUnit,
long lastIncreaseTime,
long lastDecreaseTime) |
| 限定符和类型 | 方法和说明 |
|---|---|
CapacityUnit |
getCapacityUnit()
Get the CapacityUnit settings for the current table.
|
long |
getLastDecreaseTime()
Get the time of the most recent reduction in read or write CapacityUnit.
|
long |
getLastIncreaseTime()
Get the time of the most recent increase in read or write CapacityUnit.
|
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
String |
toString() |
public ReservedThroughputDetails(CapacityUnit capacityUnit, long lastIncreaseTime, long lastDecreaseTime)
public CapacityUnit getCapacityUnit()
public long getLastIncreaseTime()
public long getLastDecreaseTime()
public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.