Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.internal |
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
DynamoDB.batchGetItem(BatchGetItemSpec spec) |
BatchGetItemOutcome |
DynamoDB.batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
TableKeysAndAttributes... tableKeysAndAttributes) |
BatchGetItemOutcome |
DynamoDB.batchGetItem(TableKeysAndAttributes... tableKeysAndAttributes) |
BatchGetItemOutcome |
DynamoDB.batchGetItemUnprocessed(Map<String,KeysAndAttributes> unprocessedKeys) |
BatchGetItemOutcome |
DynamoDB.batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity,
Map<String,KeysAndAttributes> unprocessedKeys) |
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
BatchGetItemApi.batchGetItem(BatchGetItemSpec spec)
Used to perform a batch get-item operation from DynamoDB with full
parameter specification.
|
BatchGetItemOutcome |
BatchGetItemApi.batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
TableKeysAndAttributes... tableKeyAndAttributes)
Used to perform a batch get-item operation from DynamoDB.
|
BatchGetItemOutcome |
BatchGetItemApi.batchGetItem(TableKeysAndAttributes... tableKeyAndAttributes)
Used to perform a batch get-item operation from DynamoDB.
|
BatchGetItemOutcome |
BatchGetItemApi.batchGetItemUnprocessed(Map<String,KeysAndAttributes> unprocessedKeys)
Used to perform a batch get-item for the unprocessed keys returned from a
previous batch get-item operation.
|
BatchGetItemOutcome |
BatchGetItemApi.batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity,
Map<String,KeysAndAttributes> unprocessedKeys)
Used to perform a batch get-item for the unprocessed keys returned from a
previous batch get-item operation.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItem(BatchGetItemSpec spec) |
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
TableKeysAndAttributes... tableKeysAndAttributes) |
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItem(TableKeysAndAttributes... tableKeysAndAttributes) |
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItemUnprocessed(Map<String,KeysAndAttributes> unprocessedKeys) |
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity,
Map<String,KeysAndAttributes> unprocessedKeys) |
Copyright © 2023. All rights reserved.