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 |
---|---|
DescribeIndexFieldsResult |
AmazonCloudSearch.describeIndexFields(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Gets information about the index fields configured for the search
domain.
|
DescribeIndexFieldsResult |
AmazonCloudSearchClient.describeIndexFields(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Gets information about the index fields configured for the search
domain.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsyncClient.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsync.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsyncClient.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest,
AsyncHandler<DescribeIndexFieldsRequest,DescribeIndexFieldsResult> asyncHandler)
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsync.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest,
AsyncHandler<DescribeIndexFieldsRequest,DescribeIndexFieldsResult> asyncHandler)
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)
Gets information about the index fields configured for the search
domain.
|
Future<DescribeIndexFieldsResult> |
AmazonCloudSearchAsync.describeIndexFieldsAsync(DescribeIndexFieldsRequest describeIndexFieldsRequest,
AsyncHandler<DescribeIndexFieldsRequest,DescribeIndexFieldsResult> asyncHandler)
Gets information about the index fields configured for the search
domain.
|
Modifier and Type | Method and Description |
---|---|
DescribeIndexFieldsResult |
DescribeIndexFieldsResult.withIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
DescribeIndexFieldsResult |
DescribeIndexFieldsResult.withIndexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
|
Copyright © 2014. All rights reserved.