Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
IndexFieldStatus |
DeleteIndexFieldResult.getIndexField()
The status of the index field being deleted.
|
IndexFieldStatus |
DefineIndexFieldResult.getIndexField()
The value of an
IndexField and its current status. |
IndexFieldStatus |
IndexFieldStatus.withOptions(IndexField options)
Configuration information for a field in the index, including its
name, type, and options.
|
IndexFieldStatus |
IndexFieldStatus.withStatus(OptionStatus status)
The status of domain configuration option.
|
Modifier and Type | Method and Description |
---|---|
List<IndexFieldStatus> |
DescribeIndexFieldsResult.getIndexFields()
The index fields configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteIndexFieldResult.setIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
|
void |
DefineIndexFieldResult.setIndexField(IndexFieldStatus indexField)
The value of an
IndexField and its current status. |
DeleteIndexFieldResult |
DeleteIndexFieldResult.withIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
|
DefineIndexFieldResult |
DefineIndexFieldResult.withIndexField(IndexFieldStatus indexField)
The value of an
IndexField and its current status. |
DescribeIndexFieldsResult |
DescribeIndexFieldsResult.withIndexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIndexFieldsResult.setIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
DescribeIndexFieldsResult |
DescribeIndexFieldsResult.withIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
Copyright © 2014. All rights reserved.