| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexFieldType |
IndexFieldType.fromValue(String value)
Deprecated.
Use this in place of valueOf.
|
static IndexFieldType |
IndexFieldType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IndexFieldType[] |
IndexFieldType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexField.setIndexFieldType(IndexFieldType indexFieldType)
Deprecated.
The type of field.
|
IndexField |
IndexField.withIndexFieldType(IndexFieldType indexFieldType)
Deprecated.
The type of field.
|
Copyright © 2015. All rights reserved.