Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Method and Description |
---|---|
private Capacity |
ItemCollection.add(Capacity from,
Capacity to) |
private Capacity |
ItemCollection.clone(Capacity capacity) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,Capacity> |
ItemCollection.add(java.util.Map<java.lang.String,Capacity> from,
java.util.Map<java.lang.String,Capacity> to) |
private java.util.Map<java.lang.String,Capacity> |
ItemCollection.clone(java.util.Map<java.lang.String,Capacity> capacityMap) |
Modifier and Type | Method and Description |
---|---|
private Capacity |
ItemCollection.add(Capacity from,
Capacity to) |
private Capacity |
ItemCollection.clone(Capacity capacity) |
private double |
ItemCollection.doubleOf(Capacity cap) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,Capacity> |
ItemCollection.add(java.util.Map<java.lang.String,Capacity> from,
java.util.Map<java.lang.String,Capacity> to) |
private java.util.Map<java.lang.String,Capacity> |
ItemCollection.add(java.util.Map<java.lang.String,Capacity> from,
java.util.Map<java.lang.String,Capacity> to) |
private java.util.Map<java.lang.String,Capacity> |
ItemCollection.clone(java.util.Map<java.lang.String,Capacity> capacityMap) |
Modifier and Type | Field and Description |
---|---|
private Capacity |
ConsumedCapacity.table
The amount of throughput consumed on the table affected by the operation.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Capacity> |
ConsumedCapacity.globalSecondaryIndexes
The amount of throughput consumed on each global index affected by the
operation.
|
private java.util.Map<java.lang.String,Capacity> |
ConsumedCapacity.localSecondaryIndexes
The amount of throughput consumed on each local index affected by the
operation.
|
Modifier and Type | Method and Description |
---|---|
Capacity |
Capacity.clone() |
Capacity |
ConsumedCapacity.getTable()
The amount of throughput consumed on the table affected by the operation.
|
Capacity |
Capacity.withCapacityUnits(java.lang.Double capacityUnits)
The total number of capacity units consumed on a table or an index.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Capacity> |
ConsumedCapacity.getGlobalSecondaryIndexes()
The amount of throughput consumed on each global index affected by the
operation.
|
java.util.Map<java.lang.String,Capacity> |
ConsumedCapacity.getLocalSecondaryIndexes()
The amount of throughput consumed on each local index affected by the
operation.
|
Modifier and Type | Method and Description |
---|---|
ConsumedCapacity |
ConsumedCapacity.addGlobalSecondaryIndexesEntry(java.lang.String key,
Capacity value) |
ConsumedCapacity |
ConsumedCapacity.addLocalSecondaryIndexesEntry(java.lang.String key,
Capacity value) |
void |
ConsumedCapacity.setTable(Capacity table)
The amount of throughput consumed on the table affected by the operation.
|
ConsumedCapacity |
ConsumedCapacity.withTable(Capacity table)
The amount of throughput consumed on the table affected by the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsumedCapacity.setGlobalSecondaryIndexes(java.util.Map<java.lang.String,Capacity> globalSecondaryIndexes)
The amount of throughput consumed on each global index affected by the
operation.
|
void |
ConsumedCapacity.setLocalSecondaryIndexes(java.util.Map<java.lang.String,Capacity> localSecondaryIndexes)
The amount of throughput consumed on each local index affected by the
operation.
|
ConsumedCapacity |
ConsumedCapacity.withGlobalSecondaryIndexes(java.util.Map<java.lang.String,Capacity> globalSecondaryIndexes)
The amount of throughput consumed on each global index affected by the
operation.
|
ConsumedCapacity |
ConsumedCapacity.withLocalSecondaryIndexes(java.util.Map<java.lang.String,Capacity> localSecondaryIndexes)
The amount of throughput consumed on each local index affected by the
operation.
|
Modifier and Type | Method and Description |
---|---|
Capacity |
CapacityJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CapacityJsonMarshaller.marshall(Capacity capacity,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|