com.aliyun.sdk.service.fc_open20210406.DefaultAsyncClientBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alibabacloud-fc_open20210406 Show documentation
Show all versions of alibabacloud-fc_open20210406 Show documentation
Alibaba Cloud FC-Open (20210406) Async SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.fc_open20210406;
import com.aliyun.sdk.gateway.pop.BaseClientBuilder;
public final class DefaultAsyncClientBuilder extends BaseClientBuilder {
@Override
protected String serviceName() {
return "fc_open20210406";
}
@Override
protected final AsyncClient buildClient() {
return new DefaultAsyncClient(super.applyClientConfiguration());
}
}