| 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. |
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 |
|---|---|
DeleteIndexFieldRequest |
DeleteIndexFieldRequest.withDomainName(String domainName)
Deprecated.
A string that represents the name of a domain.
|
DeleteIndexFieldRequest |
DeleteIndexFieldRequest.withIndexFieldName(String indexFieldName)
Deprecated.
A string that represents the name of an index field.
|
Copyright © 2015. All rights reserved.