Serializable
public 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..
|
isRetryable
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.