Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private IndexFieldStatus |
DeleteIndexFieldResult.indexField
The status of the index field being deleted.
|
private IndexFieldStatus |
DefineIndexFieldResult.indexField |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<IndexFieldStatus> |
DescribeIndexFieldsResult.indexFields
The index fields configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
IndexFieldStatus |
IndexFieldStatus.clone() |
IndexFieldStatus |
DeleteIndexFieldResult.getIndexField()
The status of the index field being deleted.
|
IndexFieldStatus |
DefineIndexFieldResult.getIndexField() |
IndexFieldStatus |
IndexFieldStatus.withOptions(IndexField options) |
IndexFieldStatus |
IndexFieldStatus.withStatus(OptionStatus status) |
Modifier and Type | Method and Description |
---|---|
java.util.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) |
DeleteIndexFieldResult |
DeleteIndexFieldResult.withIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
|
DefineIndexFieldResult |
DefineIndexFieldResult.withIndexField(IndexFieldStatus indexField) |
DescribeIndexFieldsResult |
DescribeIndexFieldsResult.withIndexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIndexFieldsResult.setIndexFields(java.util.Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
DescribeIndexFieldsResult |
DescribeIndexFieldsResult.withIndexFields(java.util.Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
IndexFieldStatus |
IndexFieldStatusStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |