Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private IndexField |
DefineIndexFieldRequest.indexField
The index field and field options you want to configure.
|
private IndexField |
IndexFieldStatus.options |
Modifier and Type | Method and Description |
---|---|
IndexField |
IndexField.clone() |
IndexField |
DefineIndexFieldRequest.getIndexField()
The index field and field options you want to configure.
|
IndexField |
IndexFieldStatus.getOptions() |
IndexField |
IndexField.withDateArrayOptions(DateArrayOptions dateArrayOptions) |
IndexField |
IndexField.withDateOptions(DateOptions dateOptions) |
IndexField |
IndexField.withDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions) |
IndexField |
IndexField.withDoubleOptions(DoubleOptions doubleOptions) |
IndexField |
IndexField.withIndexFieldName(java.lang.String indexFieldName)
A string that represents the name of an index field.
|
IndexField |
IndexField.withIndexFieldType(IndexFieldType indexFieldType) |
IndexField |
IndexField.withIndexFieldType(java.lang.String indexFieldType) |
IndexField |
IndexField.withIntArrayOptions(IntArrayOptions intArrayOptions) |
IndexField |
IndexField.withIntOptions(IntOptions intOptions) |
IndexField |
IndexField.withLatLonOptions(LatLonOptions latLonOptions) |
IndexField |
IndexField.withLiteralArrayOptions(LiteralArrayOptions literalArrayOptions) |
IndexField |
IndexField.withLiteralOptions(LiteralOptions literalOptions) |
IndexField |
IndexField.withTextArrayOptions(TextArrayOptions textArrayOptions) |
IndexField |
IndexField.withTextOptions(TextOptions textOptions) |
Modifier and Type | Method and Description |
---|---|
void |
DefineIndexFieldRequest.setIndexField(IndexField indexField)
The index field and field options you want to configure.
|
void |
IndexFieldStatus.setOptions(IndexField options) |
DefineIndexFieldRequest |
DefineIndexFieldRequest.withIndexField(IndexField indexField)
The index field and field options you want to configure.
|
IndexFieldStatus |
IndexFieldStatus.withOptions(IndexField options) |
Modifier and Type | Method and Description |
---|---|
IndexField |
IndexFieldStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |