RequestT - Request object typeResponseT - Response object typepublic interface UploadObjectStrategy<RequestT,ResponseT>
AmazonS3Client.
 This is not intended to be used by SDK users. Breaking changes can be introduced.AmazonS3Client.PutObjectStrategy}, {@link AmazonS3Client.PresignedUrlUploadStrategy}| Modifier and Type | Method and Description | 
|---|---|
ResponseT | 
createResult(ObjectMetadata metadata,
            String contentMd5)
Create and return the result object using the object metadata and content md5 
 | 
ObjectMetadata | 
invokeServiceCall(Request<RequestT> request)
Implement the behavior for making a http call to the S3 service. 
 | 
String | 
md5ValidationErrorSuffix()  | 
ObjectMetadata invokeServiceCall(Request<RequestT> request)
ResponseT createResult(ObjectMetadata metadata, String contentMd5)
String md5ValidationErrorSuffix()