| 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.
|
| com.amazonaws.services.cloudsearch.model.transform |
Marhsalling for the various types represented by AmazonCloudSearch.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexFieldResult |
AmazonCloudSearchClient.deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)
Removes an
IndexField from the search domain. |
DeleteIndexFieldResult |
AmazonCloudSearch.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)
A string that represents the name of an index field.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DeleteIndexFieldRequest> |
DeleteIndexFieldRequestMarshaller.marshall(DeleteIndexFieldRequest deleteIndexFieldRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DeleteIndexFieldRequest> |
DeleteIndexFieldRequestMarshaller.marshall(DeleteIndexFieldRequest deleteIndexFieldRequest) |
Copyright © 2016. All rights reserved.