tech.ydb.export.result.ExportToS3Result Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-export Show documentation
Show all versions of ydb-sdk-export Show documentation
Export client implementation
package tech.ydb.export.result;
import tech.ydb.proto.export.YdbExport;
public class ExportToS3Result {
public ExportToS3Result(YdbExport.ExportToS3Result exportToS3Result) {
// do nothing
}
}