public interface PayloadStore
| Modifier and Type | Method and Description |
|---|---|
void |
deleteOriginalPayload(String payloadPointer)
Deletes the original payload using the given payloadPointer.
|
String |
getOriginalPayload(String payloadPointer)
Retrieves the original payload using the given payloadPointer.
|
String |
storeOriginalPayload(String payload,
Long payloadContentSize)
Stores payload in a store that has higher payload size limit than that is supported by original payload store.
|
String storeOriginalPayload(String payload, Long payloadContentSize)
payload - payloadContentSize - com.amazonaws.AmazonClientException - If any internal errors are encountered on the client side while
attempting to make the request or handle the response. For example
if a network connection is not available.com.amazonaws.AmazonServiceException - If an error response is returned by actual PayloadStore indicating
either a problem with the data in the request, or a server side issue.String getOriginalPayload(String payloadPointer)
storeOriginalPayloadpayloadPointer - com.amazonaws.AmazonClientException - If any internal errors are encountered on the client side while
attempting to make the request or handle the response. For example
if payloadPointer is invalid or a network connection is not available.com.amazonaws.AmazonServiceException - If an error response is returned by actual PayloadStore indicating
a server side issue.void deleteOriginalPayload(String payloadPointer)
storeOriginalPayloadpayloadPointer - com.amazonaws.AmazonClientException - If any internal errors are encountered on the client side while
attempting to make the request or handle the response to/from PayloadStore.
For example, if payloadPointer is invalid or a network connection is not available.com.amazonaws.AmazonServiceException - If an error response is returned by actual PayloadStore indicating
a server side issue.Copyright © 2020. All rights reserved.