public static final class DynamoDBMapper.BatchGetItemException extends SdkClientException
Constructor and Description |
---|
BatchGetItemException(String message,
Map<String,KeysAndAttributes> unprocessedKeys,
Map<String,List<Object>> responses) |
Modifier and Type | Method and 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..
|
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Map<String,KeysAndAttributes> getUnprocessedKeys()
public Map<String,List<Object>> getResponses()
Copyright © 2018. All rights reserved.