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

com.volcengine.tos.ClientOptionsBuilder Maven / Gradle / Ivy

package com.volcengine.tos;

@Deprecated
@FunctionalInterface
public interface ClientOptionsBuilder {
    /**
     * options setting for TOSClient
     *
     * @param client the TOSClient
     */
    void clientOption(TOSClient client);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy