
com.alicloud.openservices.tablestore.model.CreateIndexResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tablestore Show documentation
Show all versions of tablestore Show documentation
Aliyun Open Services SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有
(C)阿里云计算有限公司 http://www.aliyun.com
package com.alicloud.openservices.tablestore.model;
/**
* CreateIndex操作的返回结果。
*/
public class CreateIndexResponse extends Response {
public CreateIndexResponse(Response meta) {
super(meta);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy