| Package | Description |
|---|---|
| com.aliyun.oss | |
| com.aliyun.oss.common.comm | |
| com.aliyun.oss.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
OSSClient.generatePresignedUrl(String bucketName,
String key,
Date expiration,
HttpMethod method) |
URL |
OSS.generatePresignedUrl(String bucketName,
String key,
Date expiration,
HttpMethod method)
Generates a signed url for accessing the
OSSObject with a
specific HTTP method. |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
ServiceClient.Request.getMethod() |
HttpMethod |
RequestMessage.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceClient.Request.setMethod(HttpMethod method) |
void |
RequestMessage.setMethod(HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
GeneratePresignedUrlRequest.getMethod()
Gets Http method.
|
HttpMethod |
OptionsRequest.getRequestMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratePresignedUrlRequest.setMethod(HttpMethod method)
Sets Http method.
|
void |
OptionsRequest.setRequestMethod(HttpMethod requestMethod) |
OptionsRequest |
OptionsRequest.withRequestMethod(HttpMethod requestMethod) |
| Constructor and Description |
|---|
GeneratePresignedUrlRequest(String bucketName,
String key,
HttpMethod method)
Constructor.
|
Copyright © 2021. All Rights Reserved.