Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Modifier and Type | Method and Description |
---|---|
IndexFieldStatus |
IndexFieldStatus.clone() |
IndexFieldStatus |
DefineIndexFieldResult.getIndexField() |
IndexFieldStatus |
DeleteIndexFieldResult.getIndexField()
The status of the index field being deleted.
|
IndexFieldStatus |
IndexFieldStatus.withOptions(IndexField options) |
IndexFieldStatus |
IndexFieldStatus.withStatus(OptionStatus status) |
Modifier and Type | Method and Description |
---|---|
List<IndexFieldStatus> |
DescribeIndexFieldsResult.getIndexFields()
The index fields configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DefineIndexFieldResult.setIndexField(IndexFieldStatus indexField) |
void |
DeleteIndexFieldResult.setIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
|
DefineIndexFieldResult |
DefineIndexFieldResult.withIndexField(IndexFieldStatus indexField) |
DeleteIndexFieldResult |
DeleteIndexFieldResult.withIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
|
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 © 2018. All rights reserved.