Serializablepublic static final class DynamoDbMapper.BatchGetItemException extends SdkClientException
| Constructor | Description |
|---|---|
BatchGetItemException(String message,
Map<String,KeysAndAttributes> unprocessedKeys,
Map<String,List<Object>> responses) |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,List<Object>> |
getResponses() |
Returns a map of the loaded objects.
|
Map<String,KeysAndAttributes> |
getUnprocessedKeys() |
Returns a map of tables and their respective keys that were not processed during the operation..
|
isRetryableequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Map<String,KeysAndAttributes> getUnprocessedKeys()
public Map<String,List<Object>> getResponses()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.