public class UpdateTableResponse extends Response implements Jsonizable
| 构造器和说明 |
|---|
UpdateTableResponse(Response meta) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReservedThroughputDetails |
getReservedThroughputDetails()
Get the change information of the current reserved throughput of the table.
|
StreamDetails |
getStreamDetails()
Get the Stream information of the table.
|
TableOptions |
getTableOptions()
Get the current configuration parameters of the table.
|
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setReservedThroughputDetails(ReservedThroughputDetails reservedThroughputDetails) |
void |
setStreamDetails(StreamDetails streamDetails) |
void |
setTableOptions(TableOptions tableOptions) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic UpdateTableResponse(Response meta)
public ReservedThroughputDetails getReservedThroughputDetails()
public void setReservedThroughputDetails(ReservedThroughputDetails reservedThroughputDetails)
public TableOptions getTableOptions()
public void setTableOptions(TableOptions tableOptions)
public StreamDetails getStreamDetails()
public void setStreamDetails(StreamDetails streamDetails)
public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.