| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearch |
Synchronous and asynchronous client classes for accessing AmazonCloudSearch.
|
| com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexFieldResult |
AmazonCloudSearch.deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)
Deprecated.
Removes an
IndexField from the search domain. |
DeleteIndexFieldResult |
AmazonCloudSearchClient.deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)
Deprecated.
Removes an
IndexField from the search domain. |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsyncClient.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest)
Deprecated.
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsync.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest)
Deprecated.
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsyncClient.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest,
AsyncHandler<DeleteIndexFieldRequest,DeleteIndexFieldResult> asyncHandler)
Deprecated.
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsync.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest,
AsyncHandler<DeleteIndexFieldRequest,DeleteIndexFieldResult> asyncHandler)
Deprecated.
Removes an
IndexField from the search domain. |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsyncClient.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest,
AsyncHandler<DeleteIndexFieldRequest,DeleteIndexFieldResult> asyncHandler)
Deprecated.
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsync.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest,
AsyncHandler<DeleteIndexFieldRequest,DeleteIndexFieldResult> asyncHandler)
Deprecated.
Removes an
IndexField from the search domain. |
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexFieldResult |
DeleteIndexFieldResult.withIndexField(IndexFieldStatus indexField)
Deprecated.
The value of an
IndexField and its current status. |
Copyright © 2015. All rights reserved.