| Modifier and Type | Method and Description |
|---|---|
HttpMethodName |
ApiInfo.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
BaseBceClient.createRequest(HttpMethodName httpMethod,
String path,
Map<String,String> queries,
Map<String,String> headers,
BaseBceRequest bceRequest)
Create internal request with path, query, header and body.
|
| Constructor and Description |
|---|
ApiInfo(HttpMethodName method,
ApiPath path,
Map<String,String> queries,
Map<String,String> headers) |
| 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 |
BaseRequest.getHttpMethod() |
HttpMethodName |
InternalRequest.getHttpMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRequest.setHttpMethod(HttpMethodName httpMethod) |
| Constructor and Description |
|---|
BaseRequest(HttpMethodName httpMethod,
String path,
Map<String,String> parameters,
Map<String,String> headers) |
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 |
|---|---|
HttpMethodName |
BceIotClient.getMethodName() |
| Modifier and Type | Method and Description |
|---|---|
void |
BceIotClient.setMethodName(HttpMethodName methodName) |
| Constructor and Description |
|---|
BceIotClient(String uri,
String ak,
String sk,
HttpMethodName methodName) |
| Modifier and Type | Method and Description |
|---|---|
BceIotHttpClient |
BceIotHttpClient.withMethod(HttpMethodName methodName,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseDuMapResponse |
BaseDuMapClient.callDuMap(String uri,
String appId,
AbstractBceRequest request,
Object requestParams,
HttpMethodName httpMethodName) |
protected BaseDuMapResponse |
BaseDuMapClient.callDuMap(String uri,
String appId,
AbstractBceRequest request,
Object requestParams,
HttpMethodName httpMethodName,
BaseDuMapClient.BodyType bodyType) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractIotHiskBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
List<String> path,
String... pathVariables)
Creates and initializes a new request object for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
BaseLpsClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String path) |
| 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 |
BaseRosClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String path) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractRuleEngineBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
AbstractRuleEngineBceClient.createRequest(URI endpoint,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
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.createGeneralRequest(String pathPrefix,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables)
create general request: by pathPrefix(not contains v1 URL_PREFIX)
pathPrefix combined with pathVariables will generate new path
For example:/pathPrefix/../pathVariable1/pathVariable2
|
protected InternalRequest |
SmsClientSupport.createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractTableStorageBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables)
Creates and initializes a new request object for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractTsdbBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
AbstractTsdbBceClient.createRequest(URI endpoint,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
String... pathVariables)
Creates and initializes a new request object for the specified resource.
|
protected InternalRequest |
TsdbClient.createRequest(URI endpoint,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
String... pathVariables) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractBceResponse> |
VmsClient.invokeJsonCall(HttpMethodName method,
String path,
Object request,
Class<T> responseClass)
a helper method use to invoke json rest api method
|
Copyright © 2020. All rights reserved.