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 50
|
#define_rank_expression(options = {}) ⇒ Core::Response
Calls the DefineRankExpression API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 163
|
#delete_domain(options = {}) ⇒ Core::Response
Calls the DeleteDomain API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 217
|
#delete_index_field(options = {}) ⇒ Core::Response
Calls the DeleteIndexField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 242
|
#delete_rank_expression(options = {}) ⇒ Core::Response
Calls the DeleteRankExpression API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 285
|
#describe_default_search_field(options = {}) ⇒ Core::Response
Calls the DescribeDefaultSearchField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 304
|
#describe_domains(options = {}) ⇒ Core::Response
Calls the DescribeDomains API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 319
|
#describe_index_fields(options = {}) ⇒ Core::Response
Calls the DescribeIndexFields API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 345
|
#describe_rank_expressions(options = {}) ⇒ Core::Response
Calls the DescribeRankExpressions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 389
|
#describe_service_access_policies(options = {}) ⇒ Core::Response
Calls the DescribeServiceAccessPolicies API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 408
|
#describe_stemming_options(options = {}) ⇒ Core::Response
Calls the DescribeStemmingOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 423
|
#describe_stopword_options(options = {}) ⇒ Core::Response
Calls the DescribeStopwordOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 438
|
#describe_synonym_options(options = {}) ⇒ Core::Response
Calls the DescribeSynonymOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 453
|
#index_documents(options = {}) ⇒ Core::Response
Calls the IndexDocuments API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 468
|
#update_default_search_field(options = {}) ⇒ Core::Response
Calls the UpdateDefaultSearchField API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 477
|
#update_service_access_policies(options = {}) ⇒ Core::Response
Calls the UpdateServiceAccessPolicies API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 495
|
#update_stemming_options(options = {}) ⇒ Core::Response
Calls the UpdateStemmingOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 511
|
#update_stopword_options(options = {}) ⇒ Core::Response
Calls the UpdateStopwordOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 527
|
#update_synonym_options(options = {}) ⇒ Core::Response
Calls the UpdateSynonymOptions API operation.
|
# File 'lib/aws/cloud_search/client.rb', line 543
|