| Modifier and Type | Method and Description |
|---|---|
static HttpMethodName |
HttpMethodName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodName[] |
HttpMethodName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethodName |
InternalRequest.getHttpMethod() |
| Constructor and Description |
|---|
InternalRequest(HttpMethodName httpMethod,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
URL |
BosClient.generatePresignedUrl(String bucketName,
String key,
int expirationInSeconds,
HttpMethodName method)
Returns a pre-signed URL for accessing a Bos resource.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethodName |
GeneratePresignedUrlRequest.getMethod()
The HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratePresignedUrlRequest.setMethod(HttpMethodName method)
Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withMethod(HttpMethodName method)
Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request,
and returns this request object to enable additional method calls to be
chained together.
|
| Constructor and Description |
|---|
GeneratePresignedUrlRequest(String bucketName,
String key,
HttpMethodName method)
Creates a new request for generating a pre-signed URL that can be used as
part of an HTTP request to access the specified BOS resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
MolaDbClient.createRequest(HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
MolaDbClient.createRequestUnderInstance(HttpMethodName httpMethod,
String... pathVariables) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
SesClientSupport.createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
SmsClientSupport.createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
Copyright © 2016. All rights reserved.