T
- class type.public class ServerSideEncryptionHeaderHandler<T extends ServerSideEncryptionResult> extends java.lang.Object implements HeaderHandler<T>
Constructor and Description |
---|
ServerSideEncryptionHeaderHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(T result,
com.amazonaws.http.HttpResponse response)
Applies one or more headers to the response object given.
|
public void handle(T result, com.amazonaws.http.HttpResponse response)
HeaderHandler
handle
in interface HeaderHandler<T extends ServerSideEncryptionResult>
result
- The response object to be returned to the client.response
- The HTTP response from s3.