Uses of Class
software.amazon.awssdk.services.elasticache.model.ResetCacheParameterGroupRequest
-
Packages that use ResetCacheParameterGroupRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of ResetCacheParameterGroupRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type ResetCacheParameterGroupRequest Modifier and Type Method Description default CompletableFuture<ResetCacheParameterGroupResponse>ElastiCacheAsyncClient. resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)Modifies the parameters of a cache parameter group to the engine or system default value.default ResetCacheParameterGroupResponseElastiCacheClient. resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)Modifies the parameters of a cache parameter group to the engine or system default value. -
Uses of ResetCacheParameterGroupRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type ResetCacheParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestResetCacheParameterGroupRequestMarshaller. marshall(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
-