| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldStatus |
DeleteIndexFieldResponse.indexField()
The status of the index field being deleted.
|
IndexFieldStatus |
DefineIndexFieldResponse.indexField()
Returns the value of the IndexField property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<IndexFieldStatus> |
DescribeIndexFieldsResponse.indexFields()
The index fields configured for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexFieldResponse.Builder |
DeleteIndexFieldResponse.Builder.indexField(IndexFieldStatus indexField)
The status of the index field being deleted.
|
DefineIndexFieldResponse.Builder |
DefineIndexFieldResponse.Builder.indexField(IndexFieldStatus indexField)
Sets the value of the IndexField property for this object.
|
DescribeIndexFieldsResponse.Builder |
DescribeIndexFieldsResponse.Builder.indexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexFieldsResponse.Builder |
DescribeIndexFieldsResponse.Builder.indexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
Copyright © 2022. All rights reserved.