类的使用
com.baidubce.auth.SignOptions
-
使用SignOptions的程序包 程序包 说明 com.baidubce.auth com.baidubce.internal com.baidubce.services.iothisk com.baidubce.services.ruleengine com.baidubce.services.tsdb -
-
com.baidubce.auth中SignOptions的使用
声明为SignOptions的com.baidubce.auth中的字段 修饰符和类型 字段 说明 static SignOptionsSignOptions. DEFAULTThe default sign options, which is {headersToSign:null, timestamp:null, expirationInSeconds:1800}.参数类型为SignOptions的com.baidubce.auth中的方法 修饰符和类型 方法 说明 voidBceV1Signer. sign(InternalRequest request, BceCredentials credentials, SignOptions options)Sign the given request with the given set of credentials.voidSigner. sign(InternalRequest request, BceCredentials credentials, SignOptions options)Sign the given request with the given set of credentials. -
com.baidubce.internal中SignOptions的使用
返回SignOptions的com.baidubce.internal中的方法 修饰符和类型 方法 说明 SignOptionsInternalRequest. getSignOptions()参数类型为SignOptions的com.baidubce.internal中的方法 修饰符和类型 方法 说明 voidInternalRequest. setSignOptions(SignOptions signOptions) -
com.baidubce.services.iothisk中SignOptions的使用
参数类型为SignOptions的com.baidubce.services.iothisk中的方法 修饰符和类型 方法 说明 protected InternalRequestAbstractIotHiskBceClient. createRequest(AbstractBceRequest bceRequest, HttpMethodName httpMethod, SignOptions signOptions, List<String> path, String... pathVariables)Creates and initializes a new request object for the specified resource. -
com.baidubce.services.ruleengine中SignOptions的使用
参数类型为SignOptions的com.baidubce.services.ruleengine中的方法 修饰符和类型 方法 说明 protected InternalRequestAbstractRuleEngineBceClient. createRequest(URI endpoint, AbstractBceRequest bceRequest, HttpMethodName httpMethod, SignOptions signOptions, String... pathVariables) -
com.baidubce.services.tsdb中SignOptions的使用
参数类型为SignOptions的com.baidubce.services.tsdb中的方法 修饰符和类型 方法 说明 protected InternalRequestAbstractTsdbBceClient. createRequest(URI endpoint, AbstractBceRequest bceRequest, HttpMethodName httpMethod, SignOptions signOptions, String... pathVariables)Creates and initializes a new request object for the specified resource.protected InternalRequestTsdbClient. createRequest(URI endpoint, AbstractBceRequest bceRequest, HttpMethodName httpMethod, SignOptions signOptions, String... pathVariables)
-