Uses of Class
com.amazonaws.services.elasticache.model.DeleteCacheParameterGroupRequest

Packages that use DeleteCacheParameterGroupRequest
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of DeleteCacheParameterGroupRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type DeleteCacheParameterGroupRequest
 void AmazonElastiCacheClient.deleteCacheParameterGroup(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 void AmazonElastiCache.deleteCacheParameterGroup(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 Future<Void> AmazonElastiCacheAsyncClient.deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 Future<Void> AmazonElastiCacheAsync.deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 Future<Void> AmazonElastiCacheAsyncClient.deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest, AsyncHandler<DeleteCacheParameterGroupRequest,Void> asyncHandler)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 Future<Void> AmazonElastiCacheAsync.deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest, AsyncHandler<DeleteCacheParameterGroupRequest,Void> asyncHandler)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type DeleteCacheParameterGroupRequest
 Future<Void> AmazonElastiCacheAsyncClient.deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest, AsyncHandler<DeleteCacheParameterGroupRequest,Void> asyncHandler)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 Future<Void> AmazonElastiCacheAsync.deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest, AsyncHandler<DeleteCacheParameterGroupRequest,Void> asyncHandler)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 

Uses of DeleteCacheParameterGroupRequest in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return DeleteCacheParameterGroupRequest
 DeleteCacheParameterGroupRequest DeleteCacheParameterGroupRequest.withCacheParameterGroupName(String cacheParameterGroupName)
          The name of the cache parameter group to delete.
 



Copyright © 2016. All rights reserved.