| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteIndexFieldResponse |
CloudSearchClient.deleteIndexField(Consumer<DeleteIndexFieldRequest.Builder> deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
default DeleteIndexFieldResponse |
CloudSearchClient.deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteIndexFieldResponse> |
CloudSearchAsyncClient.deleteIndexField(Consumer<DeleteIndexFieldRequest.Builder> deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
default CompletableFuture<DeleteIndexFieldResponse> |
CloudSearchAsyncClient.deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
Copyright © 2023. All rights reserved.