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 |
---|---|
DescribeStopwordOptionsResult |
AmazonCloudSearch.describeStopwordOptions(DescribeStopwordOptionsRequest describeStopwordOptionsRequest)
Deprecated.
Gets the stopwords configured for the search domain.
|
DescribeStopwordOptionsResult |
AmazonCloudSearchClient.describeStopwordOptions(DescribeStopwordOptionsRequest describeStopwordOptionsRequest)
Deprecated.
Gets the stopwords configured for the search domain.
|
Future<DescribeStopwordOptionsResult> |
AmazonCloudSearchAsyncClient.describeStopwordOptionsAsync(DescribeStopwordOptionsRequest describeStopwordOptionsRequest)
Deprecated.
Gets the stopwords configured for the search domain.
|
Future<DescribeStopwordOptionsResult> |
AmazonCloudSearchAsync.describeStopwordOptionsAsync(DescribeStopwordOptionsRequest describeStopwordOptionsRequest)
Deprecated.
Gets the stopwords configured for the search domain.
|
Future<DescribeStopwordOptionsResult> |
AmazonCloudSearchAsyncClient.describeStopwordOptionsAsync(DescribeStopwordOptionsRequest describeStopwordOptionsRequest,
AsyncHandler<DescribeStopwordOptionsRequest,DescribeStopwordOptionsResult> asyncHandler)
Deprecated.
Gets the stopwords configured for the search domain.
|
Future<DescribeStopwordOptionsResult> |
AmazonCloudSearchAsync.describeStopwordOptionsAsync(DescribeStopwordOptionsRequest describeStopwordOptionsRequest,
AsyncHandler<DescribeStopwordOptionsRequest,DescribeStopwordOptionsResult> asyncHandler)
Deprecated.
Gets the stopwords configured for the search domain.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStopwordOptionsResult> |
AmazonCloudSearchAsyncClient.describeStopwordOptionsAsync(DescribeStopwordOptionsRequest describeStopwordOptionsRequest,
AsyncHandler<DescribeStopwordOptionsRequest,DescribeStopwordOptionsResult> asyncHandler)
Deprecated.
Gets the stopwords configured for the search domain.
|
Future<DescribeStopwordOptionsResult> |
AmazonCloudSearchAsync.describeStopwordOptionsAsync(DescribeStopwordOptionsRequest describeStopwordOptionsRequest,
AsyncHandler<DescribeStopwordOptionsRequest,DescribeStopwordOptionsResult> asyncHandler)
Deprecated.
Gets the stopwords configured for the search domain.
|
Modifier and Type | Method and Description |
---|---|
DescribeStopwordOptionsRequest |
DescribeStopwordOptionsRequest.withDomainName(String domainName)
Deprecated.
A string that represents the name of a domain.
|
Copyright © 2014. All rights reserved.