com.aliyun.sdk.service.appstream_center20210220.DefaultAsyncClientBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alibabacloud-appstream_center20210220 Show documentation
Show all versions of alibabacloud-appstream_center20210220 Show documentation
Alibaba Cloud appstream-center (20210220) Async SDK for Java
The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.appstream_center20210220;
import com.aliyun.sdk.gateway.pop.BaseClientBuilder;
public final class DefaultAsyncClientBuilder extends BaseClientBuilder {
@Override
protected String serviceName() {
return "appstream_center20210220";
}
@Override
protected final AsyncClient buildClient() {
return new DefaultAsyncClient(super.applyClientConfiguration());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy