| Package | Description |
|---|---|
| com.baidubce.auth | |
| com.baidubce.internal | |
| com.baidubce.services.iothisk | |
| com.baidubce.services.ruleengine | |
| com.baidubce.services.tsdb |
| Modifier and Type | Field and Description |
|---|---|
static SignOptions |
SignOptions.DEFAULT
The default sign options, which is {headersToSign:null, timestamp:null, expirationInSeconds:1800}.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
| Modifier and Type | Method and Description |
|---|---|
SignOptions |
InternalRequest.getSignOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalRequest.setSignOptions(SignOptions signOptions) |
| 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 |
AbstractRuleEngineBceClient.createRequest(URI endpoint,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
String... pathVariables) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2023. All rights reserved.