public class S3MetaRequestOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
S3MetaRequestOptions.MetaRequestType |
| Constructor and Description |
|---|
S3MetaRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
getHttpRequest() |
S3MetaRequestOptions.MetaRequestType |
getMetaRequestType() |
S3MetaRequestResponseHandler |
getResponseHandler() |
S3MetaRequestOptions |
withHttpRequest(HttpRequest httpRequest) |
S3MetaRequestOptions |
withMetaRequestType(S3MetaRequestOptions.MetaRequestType metaRequestType) |
S3MetaRequestOptions |
withResponseHandler(S3MetaRequestResponseHandler responseHandler) |
public S3MetaRequestOptions withMetaRequestType(S3MetaRequestOptions.MetaRequestType metaRequestType)
public S3MetaRequestOptions.MetaRequestType getMetaRequestType()
public S3MetaRequestOptions withHttpRequest(HttpRequest httpRequest)
public HttpRequest getHttpRequest()
public S3MetaRequestOptions withResponseHandler(S3MetaRequestResponseHandler responseHandler)
public S3MetaRequestResponseHandler getResponseHandler()
Copyright © 2021. All rights reserved.