| 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.
|
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 |
|---|---|
DescribeIndexFieldsRequest |
DescribeIndexFieldsRequest.clone() |
DescribeIndexFieldsRequest |
DescribeIndexFieldsRequest.withDeployed(Boolean deployed)
Whether to display the deployed configuration (
true) or
include any pending changes (false). |
DescribeIndexFieldsRequest |
DescribeIndexFieldsRequest.withDomainName(String domainName)
The name of the domain you want to describe.
|
DescribeIndexFieldsRequest |
DescribeIndexFieldsRequest.withFieldNames(Collection<String> fieldNames)
A list of the index fields you want to describe.
|
DescribeIndexFieldsRequest |
DescribeIndexFieldsRequest.withFieldNames(String... fieldNames)
A list of the index fields you want to describe.
|
Copyright © 2015. All rights reserved.