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

com.aliyun.sdk.service.ehpcinstant20230701.DefaultAsyncClientBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.ehpcinstant20230701;

import com.aliyun.sdk.gateway.pop.BaseClientBuilder;

public final class DefaultAsyncClientBuilder extends BaseClientBuilder {

    @Override
    protected String serviceName() {
        return "ehpcinstant20230701";
    }

    @Override
    protected final AsyncClient buildClient() {
        return new DefaultAsyncClient(super.applyClientConfiguration());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy