Class: AWS::CloudSearch::Client
- Inherits:
-
AWS::Core::QueryClient
- Object
- AWS::Core::Client
- AWS::Core::QueryClient
- AWS::CloudSearch::Client
- Defined in:
- lib/aws/cloud_search/client.rb
Overview
Client class for Amazon Cloud Search.
Instance Attribute Summary
Attributes inherited from AWS::Core::Client
Instance Method Summary collapse
-
#create_domain(options = {}) ⇒ Core::Response
Calls the CreateDomain API operation.
-
#define_index_field(options = {}) ⇒ Core::Response
Calls the DefineIndexField API operation.
-
#define_rank_expression(options = {}) ⇒ Core::Response
Calls the DefineRankExpression API operation.
-
#delete_domain(options = {}) ⇒ Core::Response
Calls the DeleteDomain API operation.
-
#delete_index_field(options = {}) ⇒ Core::Response
Calls the DeleteIndexField API operation.
-
#delete_rank_expression(options = {}) ⇒ Core::Response
Calls the DeleteRankExpression API operation.
-
#describe_default_search_field(options = {}) ⇒ Core::Response
Calls the DescribeDefaultSearchField API operation.
-
#describe_domains(options = {}) ⇒ Core::Response
Calls the DescribeDomains API operation.
-
#describe_index_fields(options = {}) ⇒ Core::Response
Calls the DescribeIndexFields API operation.
-
#describe_rank_expressions(options = {}) ⇒ Core::Response
Calls the DescribeRankExpressions API operation.
-
#describe_service_access_policies(options = {}) ⇒ Core::Response
Calls the DescribeServiceAccessPolicies API operation.
-
#describe_stemming_options(options = {}) ⇒ Core::Response
Calls the DescribeStemmingOptions API operation.
-
#describe_stopword_options(options = {}) ⇒ Core::Response
Calls the DescribeStopwordOptions API operation.
-
#describe_synonym_options(options = {}) ⇒ Core::Response
Calls the DescribeSynonymOptions API operation.
-
#index_documents(options = {}) ⇒ Core::Response
Calls the IndexDocuments API operation.
-
#update_default_search_field(options = {}) ⇒ Core::Response
Calls the UpdateDefaultSearchField API operation.
-
#update_service_access_policies(options = {}) ⇒ Core::Response
Calls the UpdateServiceAccessPolicies API operation.
-
#update_stemming_options(options = {}) ⇒ Core::Response
Calls the UpdateStemmingOptions API operation.
-
#update_stopword_options(options = {}) ⇒ Core::Response
Calls the UpdateStopwordOptions API operation.
-
#update_synonym_options(options = {}) ⇒ Core::Response
Calls the UpdateSynonymOptions API operation.
Methods inherited from AWS::Core::Client
#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#create_domain(options = {}) ⇒ Core::Response
Calls the CreateDomain API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 27
|
#define_index_field(options = {}) ⇒ Core::Response
Calls the DefineIndexField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 52
|
#define_rank_expression(options = {}) ⇒ Core::Response
Calls the DefineRankExpression API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 158
|
#delete_domain(options = {}) ⇒ Core::Response
Calls the DeleteDomain API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 212
|
#delete_index_field(options = {}) ⇒ Core::Response
Calls the DeleteIndexField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 237
|
#delete_rank_expression(options = {}) ⇒ Core::Response
Calls the DeleteRankExpression API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 280
|
#describe_default_search_field(options = {}) ⇒ Core::Response
Calls the DescribeDefaultSearchField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 299
|
#describe_domains(options = {}) ⇒ Core::Response
Calls the DescribeDomains API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 314
|
#describe_index_fields(options = {}) ⇒ Core::Response
Calls the DescribeIndexFields API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 340
|
#describe_rank_expressions(options = {}) ⇒ Core::Response
Calls the DescribeRankExpressions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 384
|
#describe_service_access_policies(options = {}) ⇒ Core::Response
Calls the DescribeServiceAccessPolicies API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 403
|
#describe_stemming_options(options = {}) ⇒ Core::Response
Calls the DescribeStemmingOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 418
|
#describe_stopword_options(options = {}) ⇒ Core::Response
Calls the DescribeStopwordOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 433
|
#describe_synonym_options(options = {}) ⇒ Core::Response
Calls the DescribeSynonymOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 448
|
#index_documents(options = {}) ⇒ Core::Response
Calls the IndexDocuments API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 463
|
#update_default_search_field(options = {}) ⇒ Core::Response
Calls the UpdateDefaultSearchField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 472
|
#update_service_access_policies(options = {}) ⇒ Core::Response
Calls the UpdateServiceAccessPolicies API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 490
|
#update_stemming_options(options = {}) ⇒ Core::Response
Calls the UpdateStemmingOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 506
|
#update_stopword_options(options = {}) ⇒ Core::Response
Calls the UpdateStopwordOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 522
|
#update_synonym_options(options = {}) ⇒ Core::Response
Calls the UpdateSynonymOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 538
|