public abstract class SesClientSupport extends AbstractBceClient
SesClient class
should need.| Modifier and Type | Field and Description |
|---|---|
protected static Pattern |
DEFAULT_EMAIL_PATTERN |
protected org.slf4j.Logger |
logger |
protected static HttpResponseHandler[] |
SES_HANDLERS |
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
SesClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertListNotNullOrEmpty(List<?> parameterValue,
String errorMessage) |
protected void |
assertStringArrayNotNullOrEmpty(String[] parameterValue,
String errorMessage) |
protected void |
assertStringNotNullOrEmpty(String parameterValue,
String errorMessage) |
protected void |
checkIsEmail(String email) |
protected void |
checkIsInteger(String str) |
protected InternalRequest |
createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
fillRequestPayload(InternalRequest internalRequest,
String strJson) |
protected String |
getBASE64EncoderStrFromInputStream(InputStream in) |
computeServiceId, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownprotected final org.slf4j.Logger logger
protected static final Pattern DEFAULT_EMAIL_PATTERN
protected static final HttpResponseHandler[] SES_HANDLERS
protected SesClientSupport(BceClientConfiguration config, HttpResponseHandler[] responseHandlers)
protected InternalRequest createRequest(String resourceKey, AbstractBceRequest bceRequest, HttpMethodName httpMethod, String... pathVariables)
protected InternalRequest fillRequestPayload(InternalRequest internalRequest, String strJson)
protected void assertStringNotNullOrEmpty(String parameterValue, String errorMessage)
protected void assertStringArrayNotNullOrEmpty(String[] parameterValue, String errorMessage)
protected void assertListNotNullOrEmpty(List<?> parameterValue, String errorMessage)
protected String getBASE64EncoderStrFromInputStream(InputStream in) throws IOException
IOExceptionprotected void checkIsEmail(String email)
protected void checkIsInteger(String str)
Copyright © 2020. All rights reserved.