类 AbstractBceRequest

    • 构造器详细资料

      • AbstractBceRequest

        public AbstractBceRequest()
    • 方法详细资料

      • getRequestCredentials

        public BceCredentials getRequestCredentials()
        Returns the optional credentials to use to sign this request, overriding the default credentials set at the client level.
        返回:
        The optional credentials to use to sign this request, overriding the default credentials set at the client level.
      • setRequestCredentials

        public void setRequestCredentials​(BceCredentials credentials)
        Sets the optional credentials to use for this request, overriding the default credentials set at the client level.
        参数:
        credentials - The optional BCE security credentials to use for this request, overriding the default credentials set at the client level.