Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
DynamoDB.batchGetItem(BatchGetItemSpec spec) |
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.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItem(BatchGetItemSpec spec) |
Modifier and Type | Method and Description |
---|---|
BatchGetItemSpec |
BatchGetItemSpec.withProgressListener(ProgressListener progressListener) |
BatchGetItemSpec |
BatchGetItemSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
BatchGetItemSpec |
BatchGetItemSpec.withReturnConsumedCapacity(ReturnConsumedCapacity capacity) |
BatchGetItemSpec |
BatchGetItemSpec.withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes) |
BatchGetItemSpec |
BatchGetItemSpec.withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys) |
Copyright © 2023. All rights reserved.