Package | Description |
---|---|
com.amazon.ask.attributes.persistence | |
com.amazon.ask.attributes.persistence.impl |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceAdapter.deleteAttributes(RequestEnvelope envelope)
Deletes attributes from persistence.
|
Optional<Map<String,Object>> |
PersistenceAdapter.getAttributes(RequestEnvelope envelope)
Retrieves attributes from persistence.
|
void |
PersistenceAdapter.saveAttributes(RequestEnvelope envelope,
Map<String,Object> attributes)
Saves attributes to persistence.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamoDbPersistenceAdapter.deleteAttributes(RequestEnvelope envelope)
Deletes attributes from DynamoDB table.
|
Optional<Map<String,Object>> |
DynamoDbPersistenceAdapter.getAttributes(RequestEnvelope envelope)
Gets attributes from DynamoDB table.
|
void |
DynamoDbPersistenceAdapter.saveAttributes(RequestEnvelope envelope,
Map<String,Object> attributes)
Saves attributes to a DynamoDB table.
|
Copyright © 2023. All rights reserved.