类 BaseRosClient

    • 构造器详细资料

      • BaseRosClient

        protected BaseRosClient()
        Construct a default base ROS client.
      • BaseRosClient

        protected BaseRosClient​(String accessKey,
                                String secretKey)
        Construct a base ROS client with access key id and secret key.
        参数:
        accessKey - Access key id.
        secretKey - Secret key.
      • BaseRosClient

        protected BaseRosClient​(BceClientConfiguration config)
        Construct a base ROS client using the specified client configuration options (ex: max retry attempts, proxy settings, etc), and request metric collector.
        参数:
        config - Configuration options specifying how this client will communicate with BCE (ex: proxy settings, retry count, etc.).