Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
String |
AbstractClient.createSignedUrl(HttpMethodEnum method,
String bucketName,
String objectKey,
SpecialParamEnum specialParam,
Date expiryTime,
Map<String,String> headers,
Map<String,Object> queryParams)
Deprecated.
|
String |
AbstractClient.createSignedUrl(HttpMethodEnum method,
String bucketName,
String objectKey,
SpecialParamEnum specialParam,
long expires,
Map<String,String> headers,
Map<String,Object> queryParams)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected HttpMethodEnum |
AbstractTemporarySignatureRequest.method |
Modifier and Type | Method and Description |
---|---|
HttpMethodEnum |
AbstractTemporarySignatureRequest.getMethod()
获取HTTP/HTTPS请求方法
|
static HttpMethodEnum |
HttpMethodEnum.getValueFromStringCode(String operationType) |
static HttpMethodEnum |
HttpMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodEnum[] |
HttpMethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTemporarySignatureRequest.setMethod(HttpMethodEnum method)
设置HTTP/HTTPS请求方法
|
Copyright © 2021. All rights reserved.