Class: AWS::ElastiCache::Client
- Inherits:
-
Core::QueryClient
- Object
- Core::Client
- Core::QueryClient
- AWS::ElastiCache::Client
- Defined in:
- lib/aws/elasticache/client.rb
Overview
Client class for Amazon ElastiCache.
Instance Attribute Summary
Attributes inherited from Core::Client
Instance Method Summary collapse
-
#authorize_cache_security_group_ingress(options = {}) ⇒ Core::Response
Calls the AuthorizeCacheSecurityGroupIngress API operation.
-
#create_cache_cluster(options = {}) ⇒ Core::Response
Calls the CreateCacheCluster API operation.
-
#create_cache_parameter_group(options = {}) ⇒ Core::Response
Calls the CreateCacheParameterGroup API operation.
-
#create_cache_security_group(options = {}) ⇒ Core::Response
Calls the CreateCacheSecurityGroup API operation.
-
#delete_cache_cluster(options = {}) ⇒ Core::Response
Calls the DeleteCacheCluster API operation.
-
#delete_cache_parameter_group(options = {}) ⇒ Core::Response
Calls the DeleteCacheParameterGroup API operation.
-
#delete_cache_security_group(options = {}) ⇒ Core::Response
Calls the DeleteCacheSecurityGroup API operation.
-
#describe_cache_clusters(options = {}) ⇒ Core::Response
Calls the DescribeCacheClusters API operation.
-
#describe_cache_parameter_groups(options = {}) ⇒ Core::Response
Calls the DescribeCacheParameterGroups API operation.
-
#describe_cache_parameters(options = {}) ⇒ Core::Response
Calls the DescribeCacheParameters API operation.
-
#describe_cache_security_groups(options = {}) ⇒ Core::Response
Calls the DescribeCacheSecurityGroups API operation.
-
#describe_engine_default_parameters(options = {}) ⇒ Core::Response
Calls the DescribeEngineDefaultParameters API operation.
-
#describe_events(options = {}) ⇒ Core::Response
Calls the DescribeEvents API operation.
-
#describe_reserved_cache_nodes(options = {}) ⇒ Core::Response
Calls the DescribeReservedCacheNodes API operation.
-
#describe_reserved_cache_nodes_offerings(options = {}) ⇒ Core::Response
Calls the DescribeReservedCacheNodesOfferings API operation.
-
#modify_cache_cluster(options = {}) ⇒ Core::Response
Calls the ModifyCacheCluster API operation.
-
#modify_cache_parameter_group(options = {}) ⇒ Core::Response
Calls the ModifyCacheParameterGroup API operation.
-
#purchase_reserved_cache_nodes_offering(options = {}) ⇒ Core::Response
Calls the PurchaseReservedCacheNodesOffering API operation.
-
#reboot_cache_cluster(options = {}) ⇒ Core::Response
Calls the RebootCacheCluster API operation.
-
#reset_cache_parameter_group(options = {}) ⇒ Core::Response
Calls the ResetCacheParameterGroup API operation.
-
#revoke_cache_security_group_ingress(options = {}) ⇒ Core::Response
Calls the RevokeCacheSecurityGroupIngress API operation.
Methods inherited from 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
#authorize_cache_security_group_ingress(options = {}) ⇒ Core::Response
Calls the AuthorizeCacheSecurityGroupIngress API operation.
|
# File 'lib/aws/elasticache/client.rb', line 27
|
#create_cache_cluster(options = {}) ⇒ Core::Response
Calls the CreateCacheCluster API operation.
|
# File 'lib/aws/elasticache/client.rb', line 49
|
#create_cache_parameter_group(options = {}) ⇒ Core::Response
Calls the CreateCacheParameterGroup API operation.
|
# File 'lib/aws/elasticache/client.rb', line 128
|
#create_cache_security_group(options = {}) ⇒ Core::Response
Calls the CreateCacheSecurityGroup API operation.
|
# File 'lib/aws/elasticache/client.rb', line 146
|
#delete_cache_cluster(options = {}) ⇒ Core::Response
Calls the DeleteCacheCluster API operation.
|
# File 'lib/aws/elasticache/client.rb', line 166
|
#delete_cache_parameter_group(options = {}) ⇒ Core::Response
Calls the DeleteCacheParameterGroup API operation.
|
# File 'lib/aws/elasticache/client.rb', line 208
|
#delete_cache_security_group(options = {}) ⇒ Core::Response
Calls the DeleteCacheSecurityGroup API operation.
|
# File 'lib/aws/elasticache/client.rb', line 216
|
#describe_cache_clusters(options = {}) ⇒ Core::Response
Calls the DescribeCacheClusters API operation.
|
# File 'lib/aws/elasticache/client.rb', line 224
|
#describe_cache_parameter_groups(options = {}) ⇒ Core::Response
Calls the DescribeCacheParameterGroups API operation.
|
# File 'lib/aws/elasticache/client.rb', line 281
|
#describe_cache_parameters(options = {}) ⇒ Core::Response
Calls the DescribeCacheParameters API operation.
|
# File 'lib/aws/elasticache/client.rb', line 303
|
#describe_cache_security_groups(options = {}) ⇒ Core::Response
Calls the DescribeCacheSecurityGroups API operation.
|
# File 'lib/aws/elasticache/client.rb', line 343
|
#describe_engine_default_parameters(options = {}) ⇒ Core::Response
Calls the DescribeEngineDefaultParameters API operation.
|
# File 'lib/aws/elasticache/client.rb', line 370
|
#describe_events(options = {}) ⇒ Core::Response
Calls the DescribeEvents API operation.
|
# File 'lib/aws/elasticache/client.rb', line 410
|
#describe_reserved_cache_nodes(options = {}) ⇒ Core::Response
Calls the DescribeReservedCacheNodes API operation.
|
# File 'lib/aws/elasticache/client.rb', line 443
|
#describe_reserved_cache_nodes_offerings(options = {}) ⇒ Core::Response
Calls the DescribeReservedCacheNodesOfferings API operation.
|
# File 'lib/aws/elasticache/client.rb', line 492
|
#modify_cache_cluster(options = {}) ⇒ Core::Response
Calls the ModifyCacheCluster API operation.
|
# File 'lib/aws/elasticache/client.rb', line 535
|
#modify_cache_parameter_group(options = {}) ⇒ Core::Response
Calls the ModifyCacheParameterGroup API operation.
|
# File 'lib/aws/elasticache/client.rb', line 622
|
#purchase_reserved_cache_nodes_offering(options = {}) ⇒ Core::Response
Calls the PurchaseReservedCacheNodesOffering API operation.
|
# File 'lib/aws/elasticache/client.rb', line 640
|
#reboot_cache_cluster(options = {}) ⇒ Core::Response
Calls the RebootCacheCluster API operation.
|
# File 'lib/aws/elasticache/client.rb', line 668
|
#reset_cache_parameter_group(options = {}) ⇒ Core::Response
Calls the ResetCacheParameterGroup API operation.
|
# File 'lib/aws/elasticache/client.rb', line 712
|
#revoke_cache_security_group_ingress(options = {}) ⇒ Core::Response
Calls the RevokeCacheSecurityGroupIngress API operation.
|
# File 'lib/aws/elasticache/client.rb', line 731
|