类 DefaultBceCredentials

    • 构造器详细资料

      • DefaultBceCredentials

        public DefaultBceCredentials​(String accessKeyId,
                                     String secretKey)
        Constructs a new Credentials object, with the specified access key id and secret key.
        参数:
        accessKeyId - the BCE access key id.
        secretKey - the BCE secret access key.
        抛出:
        IllegalArgumentException - The accessKeyId, secretKey should not be null or empty.