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 |
---|---|
DescribeIndexFieldsResult |
AmazonCloudSearch.describeIndexFields(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Deprecated.
Gets information about the index fields configured for the search
domain.
|
DescribeIndexFieldsResult |
AmazonCloudSearchClient.describeIndexFields(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Deprecated.
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsyncClient.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Deprecated.
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsync.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Deprecated.
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsyncClient.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest,
AsyncHandler<DescribeIndexFieldsRequest,DescribeIndexFieldsResult> asyncHandler)
Deprecated.
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsync.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest,
AsyncHandler<DescribeIndexFieldsRequest,DescribeIndexFieldsResult> asyncHandler)
Deprecated.
Gets information about the index fields configured for the search
domain.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsyncClient.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest,
AsyncHandler<DescribeIndexFieldsRequest,DescribeIndexFieldsResult> asyncHandler)
Deprecated.
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsync.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest,
AsyncHandler<DescribeIndexFieldsRequest,DescribeIndexFieldsResult> asyncHandler)
Deprecated.
Gets information about the index fields configured for the search
domain.
|
Modifier and Type | Method and Description |
---|---|
DescribeIndexFieldsRequest |
DescribeIndexFieldsRequest.withDomainName(String domainName)
Deprecated.
A string that represents the name of a domain.
|
DescribeIndexFieldsRequest |
DescribeIndexFieldsRequest.withFieldNames(Collection<String> fieldNames)
Deprecated.
Limits the
DescribeIndexFields response to the specified
fields. |
DescribeIndexFieldsRequest |
DescribeIndexFieldsRequest.withFieldNames(String... fieldNames)
Deprecated.
Limits the
DescribeIndexFields response to the specified
fields. |
Copyright © 2014. All rights reserved.