All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyuncs.kms.secretsmanager.client.service.BaseSecretManagerClientBuilder Maven / Gradle / Ivy

package com.aliyuncs.kms.secretsmanager.client.service;

import com.aliyuncs.kms.secretsmanager.client.CacheClientBuilder;

public abstract class BaseSecretManagerClientBuilder implements CacheClientBuilder {
    /**
     * 构建默认凭据管家ClientBuilder
     *
     * @return 默认凭据管家ClientBuilder
     */
    public static DefaultSecretManagerClientBuilder standard() {
        return new DefaultSecretManagerClientBuilder();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy