Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TableStatistics> |
DescribeTableStatisticsResult.tableStatistics
The table statistics.
|
Modifier and Type | Method and Description |
---|---|
TableStatistics |
TableStatistics.clone() |
TableStatistics |
TableStatistics.withDdls(java.lang.Long ddls)
The Data Definition Language (DDL) used to build and modify the structure
of your tables.
|
TableStatistics |
TableStatistics.withDeletes(java.lang.Long deletes)
The number of delete actions performed on a table.
|
TableStatistics |
TableStatistics.withFullLoadRows(java.lang.Long fullLoadRows)
The number of rows added during the Full Load operation.
|
TableStatistics |
TableStatistics.withInserts(java.lang.Long inserts)
The number of insert actions performed on a table.
|
TableStatistics |
TableStatistics.withLastUpdateTime(java.util.Date lastUpdateTime)
The last time the table was updated.
|
TableStatistics |
TableStatistics.withSchemaName(java.lang.String schemaName)
The schema name.
|
TableStatistics |
TableStatistics.withTableName(java.lang.String tableName)
The name of the table.
|
TableStatistics |
TableStatistics.withTableState(java.lang.String tableState)
The state of the table.
|
TableStatistics |
TableStatistics.withUpdates(java.lang.Long updates)
The number of update actions performed on a table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TableStatistics> |
DescribeTableStatisticsResult.getTableStatistics()
The table statistics.
|
Modifier and Type | Method and Description |
---|---|
DescribeTableStatisticsResult |
DescribeTableStatisticsResult.withTableStatistics(TableStatistics... tableStatistics)
The table statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTableStatisticsResult.setTableStatistics(java.util.Collection<TableStatistics> tableStatistics)
The table statistics.
|
DescribeTableStatisticsResult |
DescribeTableStatisticsResult.withTableStatistics(java.util.Collection<TableStatistics> tableStatistics)
The table statistics.
|
Modifier and Type | Method and Description |
---|---|
TableStatistics |
TableStatisticsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TableStatisticsJsonMarshaller.marshall(TableStatistics tableStatistics,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|