Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
String |
ObsClient.createSignedUrl(HttpMethodEnum method,
String bucketName,
String objectKey,
SpecialParamEnum specialParam,
Date expiryTime,
Map<String,String> headers,
Map<String,Object> queryParams)
Deprecated.
|
String |
ObsClient.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()
Obtain the HTTP/HTTPS request method.
|
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)
Set the HTTP/HTTP request method.
|
Constructor and Description |
---|
AbstractTemporarySignatureRequest(HttpMethodEnum method,
String bucketName,
String objectKey)
Constructor
|
PolicyTempSignatureRequest(HttpMethodEnum method,
String bucketName,
String objectKey)
Constructor
|
PolicyTempSignatureRequest(HttpMethodEnum method,
String bucketName,
String objectKey,
Date expiryDate)
Constructor
|
PolicyTempSignatureRequest(HttpMethodEnum method,
String bucketName,
String objectKey,
long expires)
Constructor
|
TemporarySignatureRequest(HttpMethodEnum method,
long expires)
Constructor
|
TemporarySignatureRequest(HttpMethodEnum method,
String bucketName,
String objectKey,
SpecialParamEnum specialParam,
long expires)
Constructor
|
TemporarySignatureRequest(HttpMethodEnum method,
String bucketName,
String objectKey,
SpecialParamEnum specialParam,
long expires,
Date requestDate)
Constructor
|
V4TemporarySignatureRequest(HttpMethodEnum method,
long expires)
Deprecated.
|
V4TemporarySignatureRequest(HttpMethodEnum method,
String bucketName,
String objectKey,
SpecialParamEnum specialParam,
long expires)
Deprecated.
|
V4TemporarySignatureRequest(HttpMethodEnum method,
String bucketName,
String objectKey,
SpecialParamEnum specialParam,
long expires,
Date requestDate)
Deprecated.
|
Copyright © 2019. All rights reserved.