|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodbv2.model.ConsumedCapacity
public class ConsumedCapacity
The table name that consumed provisioned throughput, and the number of capacity units consumed by it. ConsumedCapacity is only returned if it was asked for in the request. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide .
Constructor Summary | |
---|---|
ConsumedCapacity()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Double |
getCapacityUnits()
The total number of capacity units consumed. |
String |
getTableName()
The table that consumed the provisioned throughput. |
int |
hashCode()
|
void |
setCapacityUnits(Double capacityUnits)
The total number of capacity units consumed. |
void |
setTableName(String tableName)
The table that consumed the provisioned throughput. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ConsumedCapacity |
withCapacityUnits(Double capacityUnits)
The total number of capacity units consumed. |
ConsumedCapacity |
withTableName(String tableName)
The table that consumed the provisioned throughput. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConsumedCapacity()
Method Detail |
---|
public String getTableName()
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
public void setTableName(String tableName)
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName
- The table that consumed the provisioned throughput.public ConsumedCapacity withTableName(String tableName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName
- The table that consumed the provisioned throughput.
public Double getCapacityUnits()
public void setCapacityUnits(Double capacityUnits)
capacityUnits
- The total number of capacity units consumed.public ConsumedCapacity withCapacityUnits(Double capacityUnits)
Returns a reference to this object so that method calls can be chained together.
capacityUnits
- The total number of capacity units consumed.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |