| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
| com.amazonaws.services.cloudsearch.model.transform |
Marhsalling for the various types represented by AmazonCloudSearch.
|
| Modifier and Type | Method and Description |
|---|---|
IndexField |
DefineIndexFieldRequest.getIndexField()
Defines a field in the index, including its name, type, and the source
of its data.
|
IndexField |
IndexFieldStatus.getOptions()
Defines a field in the index, including its name, type, and the source
of its data.
|
IndexField |
IndexField.withIndexFieldName(String indexFieldName)
The name of a field in the search index.
|
IndexField |
IndexField.withIndexFieldType(IndexFieldType indexFieldType)
The type of field.
|
IndexField |
IndexField.withIndexFieldType(String indexFieldType)
The type of field.
|
IndexField |
IndexField.withLiteralOptions(LiteralOptions literalOptions)
Options for literal field.
|
IndexField |
IndexField.withSourceAttributes(Collection<SourceAttribute> sourceAttributes)
An optional list of source attributes that provide data for this index
field.
|
IndexField |
IndexField.withSourceAttributes(SourceAttribute... sourceAttributes)
An optional list of source attributes that provide data for this index
field.
|
IndexField |
IndexField.withTextOptions(TextOptions textOptions)
Options for text field.
|
IndexField |
IndexField.withUIntOptions(UIntOptions uIntOptions)
Options for an unsigned integer field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefineIndexFieldRequest.setIndexField(IndexField indexField)
Defines a field in the index, including its name, type, and the source
of its data.
|
void |
IndexFieldStatus.setOptions(IndexField options)
Defines a field in the index, including its name, type, and the source
of its data.
|
DefineIndexFieldRequest |
DefineIndexFieldRequest.withIndexField(IndexField indexField)
Defines a field in the index, including its name, type, and the source
of its data.
|
IndexFieldStatus |
IndexFieldStatus.withOptions(IndexField options)
Defines a field in the index, including its name, type, and the source
of its data.
|
| Modifier and Type | Method and Description |
|---|---|
IndexField |
IndexFieldStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.