Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2 |
Synchronous and asynchronous client classes for accessing AmazonCloudSearchv2.
|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
DeleteIndexFieldResult |
AmazonCloudSearch.deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
DeleteIndexFieldResult |
AmazonCloudSearchClient.deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsyncClient.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsync.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsyncClient.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest,
AsyncHandler<DeleteIndexFieldRequest,DeleteIndexFieldResult> asyncHandler)
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsync.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest,
AsyncHandler<DeleteIndexFieldRequest,DeleteIndexFieldResult> asyncHandler)
Removes an
IndexField from the search domain. |
Modifier and Type | Method and Description |
---|---|
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsyncClient.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest,
AsyncHandler<DeleteIndexFieldRequest,DeleteIndexFieldResult> asyncHandler)
Removes an
IndexField from the search domain. |
Future<DeleteIndexFieldResult> |
AmazonCloudSearchAsync.deleteIndexFieldAsync(DeleteIndexFieldRequest deleteIndexFieldRequest,
AsyncHandler<DeleteIndexFieldRequest,DeleteIndexFieldResult> asyncHandler)
Removes an
IndexField from the search domain. |
Modifier and Type | Method and Description |
---|---|
DeleteIndexFieldRequest |
DeleteIndexFieldRequest.withDomainName(String domainName)
A string that represents the name of a domain.
|
DeleteIndexFieldRequest |
DeleteIndexFieldRequest.withIndexFieldName(String indexFieldName)
The name of the index field your want to remove from the domain's
indexing options.
|
Copyright © 2014. All rights reserved.