Uses of Class
com.amazonaws.services.elasticache.model.ResetCacheParameterGroupRequest
Packages that use ResetCacheParameterGroupRequest
-
Uses of ResetCacheParameterGroupRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type ResetCacheParameterGroupRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.resetCacheParameterGroup(ResetCacheParameterGroupRequest request) AmazonElastiCache.resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest) The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value.AmazonElastiCacheClient.resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest) The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value.AbstractAmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest request) AbstractAmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest request, AsyncHandler<ResetCacheParameterGroupRequest, ResetCacheParameterGroupResult> asyncHandler) AmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest) The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value.AmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest, AsyncHandler<ResetCacheParameterGroupRequest, ResetCacheParameterGroupResult> asyncHandler) The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value.AmazonElastiCacheAsyncClient.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest request) AmazonElastiCacheAsyncClient.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest request, AsyncHandler<ResetCacheParameterGroupRequest, ResetCacheParameterGroupResult> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type ResetCacheParameterGroupRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest request, AsyncHandler<ResetCacheParameterGroupRequest, ResetCacheParameterGroupResult> asyncHandler) AmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest, AsyncHandler<ResetCacheParameterGroupRequest, ResetCacheParameterGroupResult> asyncHandler) The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value.AmazonElastiCacheAsyncClient.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest request, AsyncHandler<ResetCacheParameterGroupRequest, ResetCacheParameterGroupResult> asyncHandler) -
Uses of ResetCacheParameterGroupRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ResetCacheParameterGroupRequestModifier and TypeMethodDescriptionResetCacheParameterGroupRequest.clone()ResetCacheParameterGroupRequest.withCacheParameterGroupName(String cacheParameterGroupName) The name of the cache parameter group to reset.ResetCacheParameterGroupRequest.withParameterNameValues(ParameterNameValue... parameterNameValues) An array of parameter names to be reset.ResetCacheParameterGroupRequest.withParameterNameValues(Collection<ParameterNameValue> parameterNameValues) An array of parameter names to be reset.ResetCacheParameterGroupRequest.withResetAllParameters(Boolean resetAllParameters) If true, all parameters in the cache parameter group will be reset to default values.