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)
Stores payload in a store that has higher payload size limit than that is supported by original payload store.
|
String storeOriginalPayload(String payload)
payload - software.amazon.awssdk.core.exception.SdkClientException - 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.software.amazon.awssdk.services.s3.model.S3Exception - 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 - software.amazon.awssdk.core.exception.SdkClientException - 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.software.amazon.awssdk.services.s3.model.S3Exception - If an error response is returned by actual PayloadStore indicating
a server side issue.void deleteOriginalPayload(String payloadPointer)
storeOriginalPayloadpayloadPointer - software.amazon.awssdk.core.exception.SdkClientException - 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.software.amazon.awssdk.services.s3.model.S3Exception - If an error response is returned by actual PayloadStore indicating
a server side issue.Copyright © 2020. All rights reserved.