public static enum DescribeSearchIndexResponse.IndexStatusEnum extends Enum<DescribeSearchIndexResponse.IndexStatusEnum>
| Enum Constant and Description |
|---|
FAILED
索引创建失败
|
PENDING
索引处于待创建/创建中状态
|
RUNNING
索引创建成功,正常运行中
|
UNKNOWN
未知状态,请更新SDK
|
| Modifier and Type | Method and Description |
|---|---|
String |
status() |
static DescribeSearchIndexResponse.IndexStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescribeSearchIndexResponse.IndexStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescribeSearchIndexResponse.IndexStatusEnum PENDING
public static final DescribeSearchIndexResponse.IndexStatusEnum FAILED
public static final DescribeSearchIndexResponse.IndexStatusEnum RUNNING
public static final DescribeSearchIndexResponse.IndexStatusEnum UNKNOWN
public static DescribeSearchIndexResponse.IndexStatusEnum[] values()
for (DescribeSearchIndexResponse.IndexStatusEnum c : DescribeSearchIndexResponse.IndexStatusEnum.values()) System.out.println(c);
public static DescribeSearchIndexResponse.IndexStatusEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String status()
Copyright © 2024. All Rights Reserved.