Uses of Class
com.baidubce.http.HttpMethodName

Packages that use HttpMethodName
com.baidubce.http   
com.baidubce.internal   
com.baidubce.services.bos   
com.baidubce.services.bos.model   
com.baidubce.services.dugo.core   
com.baidubce.services.dugo.core.protocol.http   
com.baidubce.services.iothisk   
com.baidubce.services.moladb   
com.baidubce.services.ses   
com.baidubce.services.sms   
com.baidubce.services.tsdb   
 

Uses of HttpMethodName in com.baidubce.http
 

Methods in com.baidubce.http that return HttpMethodName
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.
 

Uses of HttpMethodName in com.baidubce.internal
 

Methods in com.baidubce.internal that return HttpMethodName
 HttpMethodName InternalRequest.getHttpMethod()
           
 

Constructors in com.baidubce.internal with parameters of type HttpMethodName
InternalRequest(HttpMethodName httpMethod, URI uri)
           
 

Uses of HttpMethodName in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos with parameters of type HttpMethodName
 URL BosClient.generatePresignedUrl(String bucketName, String key, int expirationInSeconds, HttpMethodName method)
          Returns a pre-signed URL for accessing a Bos resource.
 

Uses of HttpMethodName in com.baidubce.services.bos.model
 

Methods in com.baidubce.services.bos.model that return HttpMethodName
 HttpMethodName GeneratePresignedUrlRequest.getMethod()
          The HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
 

Methods in com.baidubce.services.bos.model with parameters of type HttpMethodName
 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.
 

Constructors in com.baidubce.services.bos.model with parameters of type HttpMethodName
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.
 

Uses of HttpMethodName in com.baidubce.services.dugo.core
 

Methods in com.baidubce.services.dugo.core that return HttpMethodName
 HttpMethodName BceIotClient.getMethodName()
           
 

Methods in com.baidubce.services.dugo.core with parameters of type HttpMethodName
 void BceIotClient.setMethodName(HttpMethodName methodName)
           
 

Constructors in com.baidubce.services.dugo.core with parameters of type HttpMethodName
BceIotClient(String uri, String ak, String sk, HttpMethodName methodName)
           
 

Uses of HttpMethodName in com.baidubce.services.dugo.core.protocol.http
 

Methods in com.baidubce.services.dugo.core.protocol.http with parameters of type HttpMethodName
 BceIotHttpClient BceIotHttpClient.withMethod(HttpMethodName methodName, URI uri)
           
 

Uses of HttpMethodName in com.baidubce.services.iothisk
 

Methods in com.baidubce.services.iothisk with parameters of type HttpMethodName
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.
 

Uses of HttpMethodName in com.baidubce.services.moladb
 

Methods in com.baidubce.services.moladb with parameters of type HttpMethodName
protected  InternalRequest MolaDbClient.createRequest(HttpMethodName httpMethod, String... pathVariables)
           
protected  InternalRequest MolaDbClient.createRequestUnderInstance(HttpMethodName httpMethod, String... pathVariables)
           
 

Uses of HttpMethodName in com.baidubce.services.ses
 

Methods in com.baidubce.services.ses with parameters of type HttpMethodName
protected  InternalRequest SesClientSupport.createRequest(String resourceKey, AbstractBceRequest bceRequest, HttpMethodName httpMethod, String... pathVariables)
           
 

Uses of HttpMethodName in com.baidubce.services.sms
 

Methods in com.baidubce.services.sms with parameters of type HttpMethodName
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)
           
 

Uses of HttpMethodName in com.baidubce.services.tsdb
 

Methods in com.baidubce.services.tsdb with parameters of type HttpMethodName
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.
 



Copyright © 2018. All rights reserved.