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 25
|
#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 167
|
#delete_domain(options = {}) ⇒ Core::Response
Calls the DeleteDomain API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 223
|
#delete_index_field(options = {}) ⇒ Core::Response
Calls the DeleteIndexField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 250
|
#delete_rank_expression(options = {}) ⇒ Core::Response
Calls the DeleteRankExpression API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 295
|
#describe_default_search_field(options = {}) ⇒ Core::Response
Calls the DescribeDefaultSearchField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 316
|
#describe_domains(options = {}) ⇒ Core::Response
Calls the DescribeDomains API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 333
|
#describe_index_fields(options = {}) ⇒ Core::Response
Calls the DescribeIndexFields API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 361
|
#describe_rank_expressions(options = {}) ⇒ Core::Response
Calls the DescribeRankExpressions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 407
|
#describe_service_access_policies(options = {}) ⇒ Core::Response
Calls the DescribeServiceAccessPolicies API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 428
|
#describe_stemming_options(options = {}) ⇒ Core::Response
Calls the DescribeStemmingOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 445
|
#describe_stopword_options(options = {}) ⇒ Core::Response
Calls the DescribeStopwordOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 462
|
#describe_synonym_options(options = {}) ⇒ Core::Response
Calls the DescribeSynonymOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 479
|
#index_documents(options = {}) ⇒ Core::Response
Calls the IndexDocuments API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 496
|
#update_default_search_field(options = {}) ⇒ Core::Response
Calls the UpdateDefaultSearchField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 507
|
#update_service_access_policies(options = {}) ⇒ Core::Response
Calls the UpdateServiceAccessPolicies API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 527
|
#update_stemming_options(options = {}) ⇒ Core::Response
Calls the UpdateStemmingOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 545
|
#update_stopword_options(options = {}) ⇒ Core::Response
Calls the UpdateStopwordOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 563
|
#update_synonym_options(options = {}) ⇒ Core::Response
Calls the UpdateSynonymOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 581
|